Gets the attached to server status.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public bool AttachedToServer { get; }
Visual Basic (Declaration)
Public ReadOnly Property AttachedToServer As Boolean
Visual C++
public:
property bool AttachedToServer {
	bool get ();
}

Remarks

Returns the status of the connection to the server.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Dictionary was not opened.

See Also