CommandAttributeCommandName Property
            Gets the name of the command, which can be used to locate it using the 
GetCommand(String) method.
            
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public string? CommandName { get; }
Public ReadOnly Property CommandName As String
	Get
Dim instance As CommandAttribute
Dim value As String
value = instance.CommandName
public:
property String^ CommandName {
	String^ get ();
}
Property Value
String
            The name of the command, or 
 to use the type name as the command
            name.