Click or drag to resize
RegionParentRegion Property
Gets the parent region.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public Region ParentRegion { get; }

Return Value

Type: Region
region's parent, if any, or null if this is a root region
Exceptions
ExceptionCondition
RegionDestroyedException if the region has been destroyed
See Also