Returns the attributes for this region, which can be used to create a new
region with CreateRegion(String, RegionAttributes).
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public RegionAttributes Attributes{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Attributes As RegionAttributes |
| Visual C++ |
|---|
public: property RegionAttributes^ Attributes { RegionAttributes^ get (); } |
Return Value
region's attributes
See Also
Region Class
GemStone.GemFire.Cache Namespace