Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / TAPIVersion Property


In This Topic
TAPIVersion Property
In This Topic
Gets or sets the Telephony Application Programming Interface (TAPI) that Reflection uses to connect the PC to telephone services.
Syntax
'Declaration
 
Property TAPIVersion As TAPIVersionOption
 
'Usage
 
Dim instance As ITerminal
Dim value As TAPIVersionOption
 
instance.TAPIVersion = value
 
value = instance.TAPIVersion

Property Value

The default value is TAPI3.
Remarks
The value of this property is saved in the Windows registry. Changing this property affects all subsequent instances of the current Reflection product.
See Also