Summary
Specifies whether the mapping is case-sensitive or not.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet .Types - Containing Type
- WebMap
Syntax
[TaskAttribute("casesensitive", Required = false)]
[BooleanValidator()]
public bool CaseSensitive { get; set; }
Attributes
| Type | Description |
|---|---|
| Task |
Indicates that property should be treated as a XML attribute for the task. |
| Boolean |
Used to indicate that a property should be able to be converted into a
bool.
|
Value
| Type | Description |
|---|---|
| bool |
A boolean flag representing the case-sensitivity of the mapping. Default is true.
|
