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 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; }