Summary
Gets a value indicating whether the argument cannot be combined with
other arguments.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public bool IsExclusive { get; }
Value
Type | Description |
---|---|
bool |
true if the argument cannot be combined with other
arguments; otherwise, false .
|