Get Method

Glimpse API

DictionaryDataStoreAdapter Get Method Glimpse API Documentation
Gets the item with the specified key.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public Object Get(
	string key
)
public Object Get(
	string key
)

Parameters

key
Type: OnlineSystem String
The key.

Return Value

The value stored at given key.

Implements

IDataStore Get(String)
See Also