 
            | Miner.System Assembly > Miner.CommandLine Namespace : DefaultArgumentAttribute Class | 
The following tables list the members exposed by DefaultArgumentAttribute.
| Name | Description | |
|---|---|---|
|  | DefaultArgumentAttribute Constructor | Indicates that this argument is the default argument. | 
| Name | Description | |
|---|---|---|
|  | DefaultLongName | Returns true if the argument did not have an explicit long name specified. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | DefaultShortName | Returns true if the argument did not have an explicit short name specified. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | DefaultValue | The default value of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | HasDefaultValue | Returns true if the argument has a default value. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | HasHelpText | Returns true if the argument has help text specified. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | HelpText | The help text for the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | LongName | The long name of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | ShortName | The short name of the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | Type | The error checking to be performed on the argument. (Inherited from Miner.CommandLine.ArgumentAttribute) | 
|  | TypeId | (Inherited from System.Attribute) | 
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from System.Attribute) | 
|  | GetHashCode | (Inherited from System.Attribute) | 
|  | IsDefaultAttribute | (Inherited from System.Attribute) | 
|  | Match | (Inherited from System.Attribute) |