Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Get or set the internal value of this IXmlValue.
Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
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
Exception | Condition |
---|---|
System..::..InvalidOperationException | If trying to set value when this IXmlValue is not mutable. |