Skip to main content

CommandLineHelpSwitch Class

A command line switch description.

Properties

PropertyDescription
DescriptionDescription of the switch.
NameName for switch.
ShortNameOptional 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; }