Reflection
ModemInitString Property


The modem command string that initializes the modem.
Syntax
'Declaration
 
Property ModemInitString As String
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As String
 
instance.ModemInitString = value
 
value = instance.ModemInitString
string ModemInitString {get; set;}

Property Value

The default value (DEFAULT) uses the string for the selected modem name. This value cannot be changed if the connection is open.
See Also