NAnt SDK Documentation - v0.92 |
|
Target.UnlessDefined Property
Gets a value indicating whether the target should NOT be executed.
[Visual Basic]
Public ReadOnly Property UnlessDefined As
Boolean
[C#]
public
bool UnlessDefined {get;}
Property Value
true if the target should NOT be executed; otherwise, false.
See Also
Target Class | NAnt.Core Namespace