CommandAttributeCommandName Property
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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
if the target type name will be used as
the name.