InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / ModemLocation Property


In This Topic
    ModemLocation Property
    In This Topic
    A string that indentifies the current modem location. Modem locations are configured using Control Panel modems.
    Syntax
    'Declaration
     
    
    Property ModemLocation As String
    'Usage
     
    
    Dim instance As IConnectionSettingsModem
    Dim value As String
     
    instance.ModemLocation = value
     
    value = instance.ModemLocation
    string ModemLocation {get; set;}

    Property Value

    The default value is the current modem location as configured using the Windows Control Panel. This string can be up to 64 characters long. This value cannot be changed if the connection is open.
    Remarks
    If the modem location name you choose includes spaces, enclose the string in quotation marks.
    See Also