ModemShowDisconnectErrors Property
Determines whether the "Remote Party Disconnected" error message appears when the modem connection is dropped.
bool ModemShowDisconnectErrors {get; set;}
'Declaration
Property ModemShowDisconnectErrors As Boolean
'Usage
Dim instance As IConnectionSettingsModem
Dim value As Boolean
instance.ModemShowDisconnectErrors = value
value = instance.ModemShowDisconnectErrors
Property Value
The default value is true. This value cannot be changed if the connection is open.