Skip to main content

CommandLineHelpCommand Class

A command line command description.

Properties

PropertyDescription
DescriptionDescription of the command.
NameName of command.

WixToolset.Extensibility.dll version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

Description Property

Description of the command.

Declaration

public string Description { get; set; } 

Name Property

Name of command.

Declaration

public string Name { get; set; }