CommandLineArgumentAttribute Properties |
The CommandLineArgumentAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArgumentName |
Gets the name of the argument's command switch.
|
![]() | 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 | (Inherited from Attribute.) |
![]() | ValueDescription |
Gets or sets the description of the property's value to use when printing usage information.
|