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


StartupConnection Property
Gets or sets the saved connection that is used when the StartupAction property is set to UseSavedConnection.
Syntax
'Declaration
 
Property StartupConnection As String
 
'Usage
 
Dim instance As ITerminal
Dim value As String
 
instance.StartupConnection = value
 
value = instance.StartupConnection

Property Value

The default value is "". The string cannot be more than 63 characters long.
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 version 6.0 and elected to continue using the Connection Directory.
See Also