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