Reflection
IsConnected Property (ITerminal)


Gets the value that indicates whether Reflection 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