RegionAttributesScope Property |
Returns the scope of the region.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ScopeType Scope { get; }
Public ReadOnly Property Scope As ScopeType
Get
public:
property ScopeType Scope {
ScopeType get ();
}
member Scope : ScopeType with get
Return Value
Type:
ScopeTypethe region's scope
See Also