NAnt SDK Documentation - v0.92

CommandLineArgument.Description Property

Gets the description of the argument.

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

Property Value

The description of the argument.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace