Click or drag to resize

CommandLineArgumentAttribute Properties

The CommandLineArgumentAttribute type exposes the following members.

Properties
  NameDescription
Public propertyArgumentName
Gets the name of the argument's command switch.
Public propertyDefaultValue
Gets or sets the default value to be assigned to the property if the argument is not supplied on the command line.
Public propertyIsRequired
Gets or sets a value indicating whether the named argument is required.
Public propertyPosition
Gets or sets the position of a positional argument.
Public propertyTypeId (Inherited from Attribute.)
Public propertyValueDescription
Gets or sets the description of the property's value to use when printing usage information.
Top
See Also