InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / StartupConnection Property


In This Topic
    StartupConnection Property
    In This Topic
    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
    string StartupConnection {get; set;}

    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 InfoConnect prior to version 6.0 and elected to continue using the Connection Directory.
    See Also