RootCommand.HelpName Property

Definition

Gets or sets the name used for the root command in help output.

public:
 property System::String ^ HelpName { System::String ^ get(); void set(System::String ^ value); };
public string? HelpName { get; set; }
member this.HelpName : string with get, set
Public Property HelpName As String

Property Value

Remarks

If not explicitly set, defaults to the ToolCommandName MSBuild property value (when available via assembly metadata), or null to fall back to Name.

Applies to