Returns the region that contains this entry.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public Region Region{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Region As Region |
| Visual C++ |
|---|
public: property Region^ Region { Region^ get (); } |
Return Value
the region that contains this entry
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::CacheClosedException | if the cache is closed at the time of invocation |
| GemStone.GemFire.Cache..::EntryDestroyedException | if the entry has been destroyed |
See Also
RegionEntry Class
GemStone.GemFire.Cache Namespace