WebLogic Messaging API Class Library

ITextMessage.Text Property

Gets or sets the message text as a string. The default value is null.

string�Text�{get;�set;}

Exceptions

Exception Type Condition
MessageException if JMS fails to get the text due to some internal error.
MessageNotWriteableException if the message is in read-only mode and an attempt is made to set the text

See Also

ITextMessage Interface | WebLogic.Messaging Namespace