NAnt SDK Documentation - v0.92

FileSet.Include.UnlessDefined Property

Opposite of IfDefined. If false then the pattern will be included; otherwise, skipped. The default is false.

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

See Also

FileSet.Include Class | NAnt.Core.Types Namespace