Skip to main content

CommandLineHelpCommand Class

A command line command description.

Properties

PropertyDescription
DescriptionDescription of the command.
NameName of command.

WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

Description Property

Description of the command.

Declaration

public string Description { get; set; } 

Name Property

Name of command.

Declaration

public string Name { get; set; }