Contains Method

Glimpse API

IDataStore Contains Method Glimpse API Documentation
Determines whether the data store contains a definition for the specified key.

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

Syntax

bool Contains(
	string key
)
bool Contains(
	string key
)

Parameters

key
Type: OnlineSystem String
The key.

Return Value

true if it contains the specified key; otherwise, false.
See Also