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

Get or set the internal value of this IXmlValue.

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

Syntax

C#
protected virtual Object InternalValue { get; set; }

Field Value

The current value of this SimpleValue object or null.

Remarks

This property acts as a single point to which all accessor calls route. As such, it is intended to be extended by inheriting implementations.

Exceptions

ExceptionCondition
System..::.InvalidOperationException If trying to set value when this IXmlValue is not mutable.

See Also