NAnt SDK Documentation - v0.92

WebMap.UnlessDefined Property

Indicates if the URL of the project file should not be mapped.

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

Property Value

true if the URL of the project file should not be mapped; otherwise, false.

See Also

WebMap Class | NAnt.VSNet.Types Namespace