InfoConnect for Unisys
ModemAreaCode Property


A string that specifies the area code (or city code) of the number being dialed.
Syntax
'Declaration
 
Property ModemAreaCode As String
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As String
 
instance.ModemAreaCode = value
 
value = instance.ModemAreaCode
string ModemAreaCode {get; set;}

Property Value

The default value is the current area code as configured using the Windows Control Panel. The string can be up to 64 characters long. This value cannot be changed if the connection is open.
See Also