Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / ModemShowDisconnectErrors Property


In This Topic
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

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