Get the value as an object.

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

Syntax

C#
Object Value { get; }

Field Value

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