IGridMapPessimisticAutoTx TKey, TValue  Item Property IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Gets or sets the value in the map using the specified key.

Namespace: IBM.WebSphere.Caching.Map
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Parameters

key
Type: TKey
The key of the value to set or get.

Field Value

The value associated with key to get or set.
Remarks

This indexer retreives or put's the key and value into the map using the Get(TKey) and Put(TKey, TValue) methods respectively.
See Also