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