Gets the Phidget Webservice network address.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public string Address { get; } | 
| Visual Basic (Declaration) | 
|---|
| Public ReadOnly Property Address As String | 
| Visual C++ | 
|---|
| public: property String^ Address { String^ get (); } | 
 Remarks
Remarks
            This may be an IP Address or a hostname.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Dictionary was not opened, or if the server is not connected. | 





