Connected Property
Shows whether the component is connected.
Syntax
[VB.NET] Public Property Connected As Boolean
[C#] public bool Connected {get; set;}
Remarks
This property is used to determine whether or not the component is connected to the remote host.
This property is not available at design time.
Default Value
False