InfoConnect for Airlines
ModemShowDisconnectErrors Property


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.
Remarks
Set this value to false to ensure that fully scripted modem connections can run without user interaction.
See Also