 
            | Miner.System Assembly > Miner.CommandLine Namespace : ArgumentAttribute Class | 
For a list of all members of this type, see ArgumentAttribute members.
| Name | Description | |
|---|---|---|
|  | DefaultLongName | Returns true if the argument did not have an explicit long name specified. | 
|  | DefaultShortName | Returns true if the argument did not have an explicit short name specified. | 
|  | DefaultValue | The default value of the argument. | 
|  | HasDefaultValue | Returns true if the argument has a default value. | 
|  | HasHelpText | Returns true if the argument has help text specified. | 
|  | HelpText | The help text for the argument. | 
|  | LongName | The long name of the argument. | 
|  | ShortName | The short name of the argument. | 
|  | Type | The error checking to be done on the argument. | 
|  | TypeId | (Inherited from System.Attribute) |