Click or drag to resize

SimpleValueInternalValue Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get or set the internal value of this IXmlValue.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual Object InternalValue { get; set; }

Property Value

Type: Object
The current value of this SimpleValue object or null.
Exceptions
ExceptionCondition
InvalidOperationException If trying to set value when this IXmlValue is not mutable.
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.
See Also