NAnt SDK Documentation - v0.92

CommandLineArgumentAttribute.Description Property

Gets or sets the description of the argument.

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

Property Value

The description of the argument.

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace