OracleQueueMessage Class Members
In This Topic
The following tables list the members exposed by OracleQueueMessage.
Public Constructors
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