Click or drag to resize

SimpleValueIsMutable Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determine if this value can be modified.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual bool IsMutable { get; set; }

Property Value

Type: Boolean
true if this value can be modified, otherwise false to indicate that this value is read-only.

Implements

IXmlValueIsMutable
Remarks
If the value can not be modified, all mutating methods are required to throw an InvalidOperationException.
See Also