Skip to main content

CommandLineHelpCommand Class

A command line command description.

Properties

PropertyDescription
DescriptionDescription of the command.
NameName of command.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

Description Property

Description of the command.

Declaration

public string Description { get; set; } 

Name Property

Name of command.

Declaration

public string Name { get; set; }