Returns the scope of the region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public ScopeType Scope{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Scope As ScopeType |
| Visual C++ |
|---|
public: property ScopeType Scope { ScopeType get (); } |
Return Value
the region's scope
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace