SimpleValueInternalValue Property |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Get or set the internal value of this IXmlValue.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual Object InternalValue { get; set; }
Property Value
Type:
Object
The current value of this SimpleValue object or
null.
Exceptions
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