CommandLineHelpCommand Class
A command line command description.
Properties
Property | Description |
---|---|
Description | Description of the command. |
Name | Name of command. |
WixToolset.Extensibility.dll
version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
Description Property
Description of the command.
Declaration
public string Description { get; set; }
Name Property
Name of command.
Declaration
public string Name { get; set; }