Returns the key this event describes.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ICacheableKey Key { get; }
Public ReadOnly Property Key As ICacheableKey
Get
public:
property ICacheableKey^ Key {
ICacheableKey^ get ();
}
member Key : ICacheableKey with get
Property Value
Type:
ICacheableKey
See Also