ShellCommandAttributeCommandName Property |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntaxpublic string? CommandName { get; }Public ReadOnly Property CommandName As String
Get
Dim instance As ShellCommandAttribute
Dim value As String
value = instance.CommandName
public:
property String^ CommandName {
String^ get ();
}Property Value
Type:
String
The name of the command.
See Also