Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine if this value can be modified.

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

Syntax

C#
public virtual bool IsMutable { get; set; }

Field Value

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

Implements

IXmlValue..::.IsMutable

Remarks

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

See Also