NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgument.Description Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgument.Description

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace