Click or drag to resize

CommandLineArgument Properties

The CommandLineArgument type exposes the following members.

Properties
  NameDescription
Public propertyAliases
Gets the alternative names for this command line argument.
Public propertyAllowsDuplicateDictionaryKeys
Gets a value indicating whether this argument, if it is a dictionary argument, allows duplicate keys.
Public propertyArgumentName
Gets the name of this argument.
Public propertyArgumentType
Gets the type of the argument.
Public propertyDefaultValue
Gets the default value for an argument.
Public propertyDescription
Gets the description of the argument.
Public propertyElementType
Gets the element type of the argument.
Public propertyHasValue
Gets a value indicating whether the value of this argument was supplied on the command line in the last call to Parse(String, Int32).
Public propertyIsDictionary
Gets a value indicating whether this argument is a dictionary argument.
Public propertyIsMultiValue
Gets a value indicating whether this argument is a multi-value argument.
Public propertyIsRequired
Gets a value that indicates whether the argument is required.
Public propertyIsSwitch
Gets a value indicating whether this argument is a switch argument.
Public propertyMemberName
Gets the name of the property or constructor parameter that defined this command line argument.
Public propertyMultiValueSeparator
Gets the separator for the values if this argument is a multi-value argument
Public propertyPosition
Gets the position of this argument.
Public propertyUsedArgumentName
Gets the name or alias that was used on the command line to specify this argument.
Public propertyValue
Public propertyValueDescription
Gets the description of the property's value to use when printing usage information.
Top
See Also