InfoConnect API Guide
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 InfoConnect 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
    TAPIVersionOption TAPIVersion {get; set;}

    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 InfoConnect product.
    See Also