True if mirroring is enabled for this region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public bool Mirroring{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Mirroring As Boolean |
| Visual C++ |
|---|
public: property bool Mirroring { bool get (); } |
Return Value
the region's mirror flag
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace