InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / AutoReconnect Property
In This Topic
    AutoReconnect Property
    In This Topic
    Gets or sets a value indicating whether to attempt to reconnect after a disconnection that is not initiated by the emulator.
    Syntax
    expression.AutoReconnect As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default value is True.

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

    Exceptions
    ExceptionDescription
    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