InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ConnectionEventArgs Class / ConnectionId Property


In This Topic
    ConnectionId Property (ConnectionEventArgs)
    In This Topic
    Connection ID.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConnectionId As Integer
    'Usage
     
    
    Dim instance As ConnectionEventArgs
    Dim value As Integer
     
    value = instance.ConnectionId
    public int ConnectionId {get;}
    See Also