Gets the parent region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public Region ParentRegion{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ParentRegion As Region |
| Visual C++ |
|---|
public: property Region^ ParentRegion { Region^ get (); } |
Return Value
region's parent, if any, or null if this is a root region
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::RegionDestroyedException | if the region has been destroyed |
See Also
Region Class
GemStone.GemFire.Cache Namespace