InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / RunMacroAtReconnect Property


In This Topic
    RunMacroAtReconnect Property (IIbmTerminal)
    In This Topic
    Gets or sets a value indicating whether the ConnectAction sequence is re-run after a session is reconnected.
    Syntax
    'Declaration
     
    
    Property RunMacroAtReconnect As Boolean
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As Boolean
     
    instance.RunMacroAtReconnect = value
     
    value = instance.RunMacroAtReconnect
    bool RunMacroAtReconnect {get; set;}
    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.
    This exception is thrown when attempting to set the value with no ConnectAction configured.
    Remarks
    The default is false. This value cannot be set if no ConnectAction is currently configured.
    See Also