Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / IsConnected Property


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