dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessage Class / XmlPayload Property

In This Topic
XmlPayload Property
In This Topic
Gets or sets XML representation of XMLTYPE queue payload.
Syntax
'Declaration
 
Public Property XmlPayload As OracleXml
 

Property Value

XML representation of XMLTYPE queue payload.
Remarks
This property and ObjectPayload property cannot be both set at the same time.
See Also