Summary
Gets a value indicating whether the argument is required.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- CommandLineArgument
Syntax
public bool IsRequired { get; }
Value
Type | Description |
---|---|
bool |
true if the argument is required; otherwise,
false .
|