Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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, Reflection uses the modem and dialer configured in the NT or Windows Control Panel. When this value is true, Reflection uses the modem dialer that was included with Reflection prior to version 6.0.
    See Also