RegionAttributes Property |
Returns the attributes for this region, which can be used to create a new
region with [!:Cache.CreateRegion].
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionAttributes Attributes { get; }
Public ReadOnly Property Attributes As RegionAttributes
Get
public:
property RegionAttributes^ Attributes {
RegionAttributes^ get ();
}
member Attributes : RegionAttributes with get
Return Value
Type:
RegionAttributes
region's attributes
See Also