NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgument.IsDefault Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgument.IsDefault

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace