Click or drag to resize

CompositeKeyAssociatedKey Property

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine the key object to which this key object is associated.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public Object AssociatedKey { get; }

Property Value

Type: Object
The host key that for this key object, or null if this key has no association.

Implements

IKeyAssociationAssociatedKey
Remarks
The key object returned by this method is often referred to as a host key.
See Also