Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Returns true is the value for the null key is set, false otherwise.

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

Syntax

C#
protected bool IsNullValueSet { get; }

Field Value

true is the value for the null key is set, false otherwise.

See Also