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

CommandLineArgument.Type Property

[This is preliminary documentation and subject to change.]

Gets the Type of the property to which the argument is applied.

[Visual Basic]
Public ReadOnly Property Type As Type
[C#]
public System.Type Type {get;}

Property Value

The Type of the property to which the argument is applied.

Remarks

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

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace