Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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
Remarks
This value can be used with the ResumeConnection method to resume a suspended connection.
See Also