Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Determine if this value can be modified.

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

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