NAnt SDK Documentation - v0.92

CommandLineArgumentAttribute.Name Property

Gets or sets the long name of the argument.

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

Property Value

The long name of the argument.

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace