InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / CancelableConnectionEventArgs Class / ConnectionType Property


In This Topic
    ConnectionType Property (CancelableConnectionEventArgs)
    In This Topic
    The current connection type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConnectionType As ConnectionTypeOption
    'Usage
     
    
    Dim instance As CancelableConnectionEventArgs
    Dim value As ConnectionTypeOption
     
    value = instance.ConnectionType
    public ConnectionTypeOption ConnectionType {get;}
    See Also