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

Target.IfDefined Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether the target should be executed.

[Visual Basic]
Public ReadOnly Property IfDefined As Boolean
[C#]
public bool IfDefined {get;}

Property Value

true if the target should be executed; otherwise, false.

Remarks

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

See Also

Target Class | NAnt.Core Namespace