Click or drag to resize

IXmlValueValue Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get the value as an object.

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

Property Value

Type: Object
The value as an object or null if the IXmlValue does not have a value; attributes never have a null value.
Remarks
The following types are supported:
  • Boolean
  • Integer
  • Long
  • Double
  • Decimal
  • String
  • Binary
  • DateTime
It is always legal for an implementation to return the value as a string, for example returning a binary value in a Base64 encoding. This method exists to allow one value to copy from another value.
See Also