Summary
Gets a value indicating whether the target should be executed.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Target
Syntax
public bool IfDefined { get; }
Value
Type | Description |
---|---|
bool |
true if the target should be executed; otherwise,
false .
|