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


In This Topic
    ConnectionID Property (ITerminal)
    In This Topic
    Gets the integer value that uniquely identifies the current connection.
    Syntax
    'Declaration
     
    
    ReadOnly Property ConnectionID As Integer
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Integer
     
    value = instance.ConnectionID
    int ConnectionID {get;}
    Remarks
    This value can be used with the ResumeConnection method to resume a suspended connection.
    See Also