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

CommandLineArgument.ShortName Property

[This is preliminary documentation and subject to change.]

Gets the short name of the argument.

[Visual Basic]
Public ReadOnly Property ShortName As String
[C#]
public string ShortName {get;}

Property Value

The short name of the argument.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace