Spring GemFire 1.0.1 API Reference

KeyInterest.Keys Property

Gets or sets the keys.

[Visual Basic]
Public Property Keys() As ICacheableKey
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public ICacheableKey[] Keys { public get; public set; }

Property Value

The keys.

See Also

KeyInterest Class | Spring.Data.GemFire Namespace