Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ConnectionID Property
In This Topic
ConnectionID Property
In This Topic
Gets the Long value that uniquely identifies the current connection.
Syntax
expression.ConnectionID As Integer
where expression is a variable that represents a Terminal Object
Remarks
This value can be used with the ResumeConnection method to resume a suspended connection.
See Also