InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / UseModemDialerV5 Property


In This Topic
    UseModemDialerV5 Property
    In This Topic
    Gets or sets which modem dialer is used to make modem connections.
    Syntax
    'Declaration
     
    
    Property UseModemDialerV5 As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    instance.UseModemDialerV5 = value
     
    value = instance.UseModemDialerV5
    bool UseModemDialerV5 {get; set;}

    Property Value

    The default is false.
    Remarks
    When this value is false, InfoConnect uses the modem and dialer configured in the NT or Windows Control Panel. When this value is true, InfoConnect uses the modem dialer that was included with InfoConnect prior to version 6.0.
    See Also