Admin Production rocket
Current Publication

ModemShowDisconnectErrors Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
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.
Remarks
Set this value to false to ensure that fully scripted modem connections can run without user interaction.
See Also