DictionaryDataStoreAdapter Get Method | Glimpse API Documentation |
Gets the item with the specified key.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- key
- Type: System String
The key.
Return Value
The value stored at given key.Implements
IDataStore Get(String)See Also