InfoConnect for Airlines
ModemCountryName Property


A string that specifies the country of the number being dialed.
Syntax
'Declaration
 
Property ModemCountryName As String
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As String
 
instance.ModemCountryName = value
 
value = instance.ModemCountryName
string ModemCountryName {get; set;}

Property Value

The default value is the current country 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
To see possible values, refer to the Country Code list in the Connection Settings dialog box. If the country code name you choose for this value contains spaces, enclose the string in quotation marks.
See Also