Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determine if this value can be modified.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
bool IsMutable { get; }

Field Value

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

Remarks

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

See Also