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