Click or drag to resize
RegionAttributes Property
Returns the attributes for this region, which can be used to create a new region with [!:Cache.CreateRegion].

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

Return Value

Type: RegionAttributes
region's attributes
See Also