Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Gets the value of the current cache entry.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public virtual Object Value { get; }

Return Value

The value of the current element of the enumeration.

Implements

IDictionaryEnumerator..::.Value

Exceptions

ExceptionCondition
System..::.InvalidOperationException The enumerator is positioned before the first entry of the cache or after the last entry.

See Also