Click or drag to resize
OptionListAttribute Properties

The OptionListAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets mapped property default value.
(Inherited from BaseOptionAttribute.)
Public propertyHelpText
Gets or sets a short description of this command line option. Usually a sentence summary.
(Inherited from BaseOptionAttribute.)
Public propertyLongName
Gets long name of this command line option. This name is usually a single english word.
(Inherited from BaseOptionAttribute.)
Public propertyMetaValue
Gets or sets mapped property meta value.
(Inherited from BaseOptionAttribute.)
Public propertyMutuallyExclusiveSet
Gets or sets the option's mutually exclusive set.
(Inherited from BaseOptionAttribute.)
Public propertyRequired
Gets or sets a value indicating whether a command line option is required.
(Inherited from BaseOptionAttribute.)
Public propertySeparator
Gets or sets the values separator character.
Public propertyShortName
Gets a short name of this command line option. You can use only one character.
(Inherited from BaseOptionAttribute.)
Public propertyTypeId (Inherited from Attribute.)
Top
See Also