Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CancelableConnectionEventArgs Class / ConnectionId Property


In This Topic
ConnectionId Property (CancelableConnectionEventArgs)
In This Topic
The current connection ID. ConnectionId is not relevant in the Connecting event.
Syntax
'Declaration
 
Public ReadOnly Property ConnectionId As Integer
 
'Usage
 
Dim instance As CancelableConnectionEventArgs
Dim value As Integer
 
value = instance.ConnectionId
See Also