Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / RunMacroAtReconnect Property
In This Topic
    RunMacroAtReconnect Property (IbmTerminal)
    In This Topic
    Gets or sets a value indicating whether the ConnectAction sequence is re-run after a session is reconnected.
    Syntax
    expression.RunMacroAtReconnect As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Remarks
    The default is false. This value cannot be set if no ConnectAction is currently configured.
    See Also