Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / ModemAreaCode Property


In This Topic
ModemAreaCode Property
In This Topic
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

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