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

CommandLineArgumentAttribute.Type Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace