CommandLineHelpCommand Class
A command line command description.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Description | Description of the command. |
| Name | Name of command. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Description Property
Section titled “Description Property”Description of the command.
Declaration
Section titled “Declaration”public string Description { get; set; }Name Property
Section titled “Name Property”Name of command.
Declaration
Section titled “Declaration”public string Name { get; set; }