Click or drag to resize
RegionEntryTKey, TValueKey Property
Returns the key for this entry.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public TKey Key { get; }

Return Value

Type: TKey
the key for this entry
Exceptions
ExceptionCondition
CacheClosedException if the cache is closed at the time of invocation
EntryDestroyedException if the entry has been destroyed
See Also