Value Property (OracleXml)
In This Topic
Gets a string representing XML data of the specified
OracleXml object.
Syntax
'Declaration
Public ReadOnly Property Value As String
public string Value {get;}
Property Value
A
System.String containing XML data.
See Also