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

In This Topic
ObjectPayload Property
In This Topic
Gets or sets payload of object type for object type queues.
Syntax
'Declaration
 
Public Property ObjectPayload As OracleObject
 

Property Value

Message payload of object type for object type queues.
Remarks
This property cannot be set if either RawPayload, XmlPayload, or StringPayload property is set.
See Also