NAnt SDK Documentation - v0.92 |
|
CommandLineArgument.IsRequired Property
Gets a value indicating whether the argument is required.
[Visual Basic]
Public ReadOnly Property IsRequired As
Boolean
[C#]
public
bool IsRequired {get;}
Property Value
true if the argument is required; otherwise, false.
See Also
CommandLineArgument Class | NAnt.Core.Util Namespace