CommandLineArgumentAttribute Properties |
The CommandLineArgumentAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArgumentName |
Gets the name of the argument's command switch.
|
![]() | CancelParsing |
Gets or sets a value that indicates whether argument parsing should be cancelled if
this argument is encountered.
|
![]() | DefaultValue |
Gets or sets the default value to be assigned to the property if the argument is not supplied on the command line.
|
![]() | IsRequired |
Gets or sets a value indicating whether the named argument is required.
|
![]() | Position |
Gets or sets the position of a positional argument.
|
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
![]() | ValueDescription |
Gets or sets the description of the property's value to use when printing usage information.
|