Platform SDK: Web Telephony Engine

Step.IsRecordType Property

The IsRecordType property retrieves whether the telephony step object records. Telephony steps record if they are finished because of a TEXTAREA or INPUT TYPE=TEXT intrinsic control that has a VOICEFILE attribute on it.

Syntax

[ bRecords = ] Step.IsRecordType

Possible Values

bRecords
Boolean value that has one of the following settings:
Setting Meaning
TRUE The telephony step records.
FALSE The telephony step does not record.

This property is read-only.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

Step