CommandAttributeCommandName Property
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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.