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