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

CommandLineArgumentAttribute.Name Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Util.CommandLineArgumentAttribute.Name

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace