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


BeforeConnectStartupAction Property (ITerminal)
Gets or sets a sequence of action(s), such as running a macro, to run automatically before a connection is established.
Syntax
'Declaration
 
Property BeforeConnectStartupAction As InputMapActionSequence
 
'Usage
 
Dim instance As ITerminal
Dim value As InputMapActionSequence
 
instance.BeforeConnectStartupAction = value
 
value = instance.BeforeConnectStartupAction
Exceptions
ExceptionDescription
This exception is thrown if the set parameter is longer than the maximum allowed.
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
Before Connect Startup action sequences run before the terminal attempts to connect to the host. They should not include any actions that require a live host screen, such as sending keystrokes.
See Also