NAnt SDK Documentation - v0.92

CommandLineArgumentAttribute.ShortName Property

Gets or sets the short name of the argument.

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

Property Value

The short name of the argument.

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace