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 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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; }