RegionAttributesCloningEnabled Property |
True if cloning is enabled for in case of delta.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic bool CloningEnabled { get; }
Public ReadOnly Property CloningEnabled As Boolean
Get
public:
property bool CloningEnabled {
bool get ();
}
member CloningEnabled : bool with get
Return Value
Type:
Booleantrue if enabled
See Also