Contains an integer or symbolic constant representing a command, such as a query, an answer, a user request for help, or a user request to exit.
Command.CmdID [= value]
Command
An
value
A returned
Command type | Value | Description |
---|---|---|
NlCmdQuery | 1 | Query command. |
nlCmdAnswer | 2 | Answer command. |
NlCmdHelp | 3 | User requested Help. |
NlCmdExit | 4 | User requested to exit (for example, by typing quit or bye). |
nlCmdDomain | 5 | Domain command. |
This property is read-only.