Payload
This instance property specifies the payload of the message.
Declaration
// C# public Object Payload {get;set;}
Property Value
An Object
that specifies the payload of the message.
Exceptions
ArgumentException
- The specified object is not one of the allowed types.
Remarks
For a complete discussion of various payload types, refer to "MessageType" under the OracleAQQueue
class.