Gets the Phidget Webservice server id for a Manager opened over the network.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public string ServerID { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ServerID As String |
Visual C++ |
---|
public: property String^ ServerID { String^ get (); } |
Remarks
This is an arbitrary server identifier, independant of IP address and Port. This is only available if the Manager was opened with ServerID.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Manager was not opened over the network via ServerID, or if the server is not connected. |