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.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Description Property {#description}
Description of the switch.
Declaration
public string Description { get; set; }
Name Property {#name}
Name for switch.
Declaration
public string Name { get; set; }
ShortName Property {#shortname}
Optional short name for switch.
Declaration
public string ShortName { get; set; }