Skip to content

CommandLineHelpCommand Class

A command line command description.

Properties

PropertyDescription
DescriptionDescription of the command.
NameName of command.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Description Property {#description}

Description of the command.

Declaration

public string Description { get; set; }

Name Property {#name}

Name of command.

Declaration

public string Name { get; set; }