NAnt SDK Documentation - v0.92

CommandLineArgument.LongName Property

Gets the long name of the argument.

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

Property Value

The long name of the argument.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace