Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / StartupConnection Property
StartupConnection Property
Gets or sets the saved connection that is used when the StartupAction property is set to UseSavedConnection.
Syntax
expression.StartupConnection As String
where expression is a variable that represents a Terminal Object
Exceptions
ExceptionDescription
Thrown if the set parameter length is longer than the maximum allowed.
Remarks
Use this property only if you upgraded from a version of Reflection prior to 6.0 and elected to continue using the Connection Directory. The default value is "". The string cannot be more than 63 characters long.
See Also