Skip to content

CommandLineHelpSwitch Class

A command line switch description.

PropertyDescription
DescriptionDescription of the switch.
NameName for switch.
ShortNameOptional short name for switch.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Description of the switch.

public string Description { get; set; }

Name for switch.

public string Name { get; set; }

Optional short name for switch.

public string ShortName { get; set; }