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 = value
public:
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.