RootCommand.HelpName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.