Click or drag to resize

ShellCommandAttributeCommandName Property

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

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public string CommandName { get; }

Property Value

Type: String
The name of the command.
See Also