| VerbOptionAttribute Properties |
The VerbOptionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets or sets mapped property default value.
(Inherited from BaseOptionAttribute.) | |
| HelpText |
Gets or sets a short description of this command line option. Usually a sentence summary.
(Inherited from BaseOptionAttribute.) | |
| LongName |
Gets long name of this command line option. This name is usually a single english word.
(Inherited from BaseOptionAttribute.) | |
| MetaValue |
Gets or sets mapped property meta value.
(Inherited from BaseOptionAttribute.) | |
| MutuallyExclusiveSet |
Gets or sets the option's mutually exclusive set.
(Inherited from BaseOptionAttribute.) | |
| Required |
Verb commands cannot be mandatory since are mutually exclusive by design.
(Overrides BaseOptionAttributeRequired.) | |
| ShortName |
Verb commands do not support short name by design.
(Overrides BaseOptionAttributeShortName.) | |
| TypeId | (Inherited from Attribute.) |