StartupConnection Property
Gets or sets the saved connection that is used when the StartupAction property is set to UseSavedConnection.
string StartupConnection {get; set;}
'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.