InfoConnect API Guide
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
    public int ConnectionId {get;}
    See Also