Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / RunMacroAtReconnect Property


RunMacroAtReconnect Property (ITerminal)
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 ITerminal
Dim value As Boolean
 
instance.RunMacroAtReconnect = value
 
value = instance.RunMacroAtReconnect
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