NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
FileSet.Include.UnlessDefined Property
[This is preliminary documentation and subject to change.]
Opposite of IfDefined. If false then the pattern will be included; otherwise, skipped. The default is false.
[Visual Basic]
<TaskAttribute(Name:="unless", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Overrides Public Property UnlessDefined As
Boolean
[C#]
[TaskAttribute(Name="unless", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public override
bool UnlessDefined {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.Include.UnlessDefined
See Also
FileSet.Include Class | NAnt.Core.Types Namespace