CommandAttribute Properties |
The CommandAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName |
Gets or sets the display name.
| |
| IgnoreCase |
Gets or sets a value indicating whether to ignore the case of the command.
| |
| IsGroupHelp |
Gets or sets a value indicating whether this command is a command group help command. The names of this command will be
ignored, this command will be executed if the command group of this command is run without a specific command.
| |
| Names |
Gets the names.
| |
| PermissionChecker |
Gets or sets the permission checker type.
| |
| Shortcut |
Gets or sets the shortcut.
| |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) | |
| UsageMessage |
Gets or sets the usage message.
|