.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Get the value as an object.
            
 
    Namespace: 
   Tangosol.Run.Xml
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
SyntaxProperty 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