Summary
Gets a value indicating whether the argument can be specified multiple
times.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public bool AllowMultiple { get; }
Value
Type | Description |
---|---|
bool |
true if the argument may be specified multiple
times; otherwise, false .
|