WebLogic Messaging API Class Library

IMessage.GetStringProperty\xA0Method\xA0

Returns the value of the String property with the specified name.

string\xA0GetStringProperty(
\xA0\xA0\xA0String\xA0name
);

Parameters

String
the name of the String property

Return Value

the String property value for the specified name; if there is no property by this name, a null value is returned

Exceptions

Exception Type Condition
MessageException if JMS fails to get the property value due to some internal error.
MessageFormatException if this type conversion is invalid.

See Also

IMessage Interface | WebLogic.Messaging Namespace