Click or drag to resize
IRegionTKey, TValueParentRegion Property
Gets the parent region.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IRegion<TKey, TValue> ParentRegion { get; }

Return Value

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