CmdID Property

English Query

English Query

CmdID Property

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.

Applies To

Command Object

DomainCmd Object

Syntax

Command.CmdID [= value]

Parts

Command

An object variable that represents one of the commands types.

value

A returned integer for Microsoft® Visual Basic® Scripting Editing (VBScript) or symbolic constant for Visual Basic that represents one of the commands.

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.
Remarks

This property is read-only.

See Also

AnswerCmd Object

QueryCmd Object