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.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

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