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)
Syntaxpublic virtual bool IsMutable { get; set; }
Property Value
Type:
Booleantrue 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