CommandLineHelpCommand Class
A command line command description.
Properties
| Property | Description | 
|---|---|
| Description | Description of the command. | 
| Name | Name 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; }