Click or drag to resize

CommandAttribute Properties

The CommandAttribute type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Gets or sets the display name.
Public propertyIgnoreCase
Gets or sets a value indicating whether to ignore the case of the command.
Public propertyIsGroupHelp
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.
Public propertyNames
Gets the names.
Public propertyPermissionChecker
Gets or sets the permission checker type.
Public propertyShortcut
Gets or sets the shortcut.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyUsageMessage
Gets or sets the usage message.
Top
See Also