NAnt SDK Documentation - v0.92

CommandLineArgument.ValueType Property

Gets the underlying Type of the argument.

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

Property Value

The underlying Type of the argument.

Remarks

If the Type of the argument is a collection type, this property will returns the underlying type of that collection.

See Also

CommandLineArgument Class | NAnt.Core.Util Namespace