IKeyAssociationAssociatedKey Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determine the key object to which this key object is associated.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
SyntaxObject AssociatedKey { get; }
Property Value
Type:
Object
The host key that for this key object, or
null if this key
has no association.
Remarks
The key object returned by this method is often referred to as a
host key.
See Also