InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / IsConnected Property


In This Topic
    IsConnected Property (ITerminal)
    In This Topic
    Gets a value indicating whether InfoConnect is connected.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsConnected As Boolean
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As Boolean
     
    value = instance.IsConnected
    bool IsConnected {get;}
    Remarks
    This property is true if a host connection exists or if a port is open.
    See Also