OracleQueueMessage Class Properties
In This Topic
For a list of all members of this type, see OracleQueueMessage members.
Public Properties
| Name | Description |
 | MessageId | Gets or sets system generated identification of the message. |
 | MessageProperties | Gets or sets the information that AQ uses to manage individual messages. |
 | ObjectPayload | Gets or sets payload of object type for object type queues. |
 | RawPayload | Gets or sets payload of type RAW for RAW queues. |
 | StringPayload | Gets or sets string representation of payload of RAW type for RAW queues. |
 | XmlPayload | Gets or sets XML representation of XMLTYPE queue payload. |
Top
See Also