RegionParentRegion Property |
Gets the parent region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic Region ParentRegion { get; }
Public ReadOnly Property ParentRegion As Region
Get
public:
property Region^ ParentRegion {
Region^ get ();
}
member ParentRegion : Region with get
Return Value
Type:
Region
region's parent, if any, or null if this is a root region
Exceptions
See Also