NAnt SDK Documentation - v0.92

CommandLineArgumentAttribute.Type Property

Gets or sets the checking to be done on the argument.

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

Property Value

The checking that should be done on the argument.

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace