NAnt SDK Documentation - v0.85-nightly-2005-11-09

WebMap.CaseSensitive Property

[This is preliminary documentation and subject to change.]

Specifies whether the mapping is case-sensitive or not.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="casesensitive", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property CaseSensitive As Boolean
[C#]
[TaskAttribute(Required=False, Name="casesensitive", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool CaseSensitive {get; set;}

Property Value

A boolean flag representing the case-sensitivity of the mapping. Default is true.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.Types.WebMap.CaseSensitive

See Also

WebMap Class | NAnt.VSNet.Types Namespace