ModemCountryName Property
A string that specifies the country of the number being dialed.
'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.