Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / AutoReconnect Property
In This Topic
    AutoReconnect Property (IbmPrinter)
    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 IbmPrinter Object

    Property Value

    When this value is true, Reflection attempts to reconnect. When this value is false, Reflection will stay disconnected.
    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 Printer and 5250 Printer 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