CommandAttributeCommandName Property

Gets the name of the command, which can be used to locate it using the GetCommand(String) method.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public string? CommandName { get; }

Property Value

String
The name of the command, or to use the type name as the command name.

See Also