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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
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; }