CommandLineHelpSwitch Class
A command line switch description.
Properties
Property | Description |
---|---|
Description | Description of the switch. |
Name | Name for switch. |
ShortName | Optional short name for switch. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
Description Property
Description of the switch.
Declaration
public string Description { get; set; }
Name Property
Name for switch.
Declaration
public string Name { get; set; }
ShortName Property
Optional short name for switch.
Declaration
public string ShortName { get; set; }