The XCommandLineParameter type exposes the following members.

Properties

  NameDescription
Flags
Gets or sets parameter flags (settings).
HasName
Indicates if the parameter has a value.
HasValue
Indicates if the parameter has a name.
IsSet
Indicates if the parameter is set.
LongName
Gets the parameter long name.
Name
Gets the parameter name.
ShortName
Gets the parameter short name.
SyncRoot
Value
Returns the parameter value.
ValueType
Return the type Type of the parameter value.

See Also