Contains an integer or symbolic constant representing a command—-either a query, answer, user request for help, or user request to exit command.
Syntax
value = Command.CmdID
Part | Description |
---|---|
value | A returned integer (for VBScript) or symbolic constant (for Microsoft® Visual Basic®) that represents the commands below. |
Command | One of the commands described below. |
Description | Integer | Symbol |
---|---|---|
Query Command | 1 | nlCmdQuery |
Answer Command | 2 | nlCmdAnswer |
User requested help | 3 | nlCmdHelp |
User requested to exit (for example, by typing quit or bye) | 4 | nlCmdExit |
Domain Command | 5 | nlCmdDomain |
Applies To
Remarks
This property is read-only.
See Also
AnswerCmd Object, QueryCmd Object