public string? CommandName { get; set; }Public Property CommandName As String
	Get
	Set
Dim instance As UsageWriter
Dim value As String
value = instance.CommandName
instance.CommandName = valuepublic:
property String^ CommandName {
	String^ get ();
	void set (String^ value);
}This property is set by the CommandManager class before writing usage help for a subcommand.
When nested subcommands are used with the ParentCommand class, this may be several subcommand names separated by spaces.