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

WebMap.IfDefined Property

[This is preliminary documentation and subject to change.]

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

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

Property Value

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

Remarks

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

See Also

WebMap Class | NAnt.VSNet.Types Namespace