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