Gets the attached to server status.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public bool AttachedToServer { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property AttachedToServer As Boolean | 
| Visual C++ | 
|---|
| public: property bool AttachedToServer { bool get (); } | 
 Remarks
Remarks
            Returns the status of the connection to the server.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Dictionary was not opened. |