NAnt SDK Documentation - v0.92 |
|
Pattern.IfDefined Property
If true then the pattern will be used; otherwise, skipped. The default is true.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="if", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property IfDefined As
Boolean
[C#]
[TaskAttribute(Required=False, Name="if", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool IfDefined {get; set;}
See Also
Pattern Class | NAnt.Core.Types Namespace