Gets the attached to server status of this Manager.

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

For Managers opened over the network, returns the status of the connection to the server.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Manager was not opened over the network.

See Also