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


In This Topic
    ModemPhoneNumber Property
    In This Topic
    The phone number to dial.
    Syntax
    'Declaration
     
    
    Property ModemPhoneNumber As String
    'Usage
     
    
    Dim instance As IConnectionSettingsModem
    Dim value As String
     
    instance.ModemPhoneNumber = value
     
    value = instance.ModemPhoneNumber
    string ModemPhoneNumber {get; set;}

    Property Value

    The default value is "". This string can be up to 64 characters long. This value cannot be changed if the connection is open.
    Remarks
    If you use the Control Panel modems with ModemUseDialingRules set to true (the default configuration), InfoConnect automatically adds the appropriate prefix to the specified phone number, based on the current values of ModemAreaCode, ModemCountryName and ModemLocation.
    See Also