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

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

Return Value

Type: RegionAttributesTKey, TValue
region's attributes
See Also