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