InfoConnect for Airlines VBA Guide
AutoReconnect Property
Gets or sets a value indicating whether to attempt to reconnect after a disconnection that is not initiated by the emulator.
Syntax
Object.AutoReconnect As Boolean

Property Value

The default value is True.

When this value is true, the emulator attempts to reconnect.

Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks

This property is valid for both 3270 and 5250 connections using Telnet, IBM Comm Server, MS SNA Server, Netware SNA, or 802.2DLC. It is also valid for 3270 connections using Coax DFT or Telnet Extended.

See Also