Gets the value for the provided key from the dictionary.

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

Syntax

C#
public string get(
	string key
)
Visual Basic (Declaration)
Public Function get ( _
	key As String _
) As String
Visual C++
public:
String^ get(
	String^ key
)

Parameters

key
Type: System..::.String
The key for the entry in the dictionary.

Return Value

The value from the entry in the dictionary assoiciated with the provided key.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Dictionary was not opened, or if the server is not connected.

See Also