Type Property of Response Object

Contains an integer or a symbolic constant representing a type of response object.

Syntax

value = Response.Type

Part Description
value A returned integer (for VBScript) or a symbolic constant (for Microsoft® Visual Basic®) that represents one of the response types below.
Response An object variable that represents one of the response types below.

Description Value Symbol
Command Response 0 nlResponseCommand
Answer Response 1 nlResponseAnswer
Error Response 2 nlResponseError
User Clarification Response 3 nlResponseUserClarify

Applies To

Response

Remarks

This property is read-only.

See Also

AnswerCmd Object, CommandResponse Object, ErrorResponse Object, Restatement Property, UserClarifyResponse Object


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.