NAnt SDK Documentation - v0.85-nightly-2005-11-09

Target.UnlessDefined Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Target.UnlessDefined

See Also

Target Class | NAnt.Core Namespace