WebLogic Messaging API Class Library

IMessage.PropertyExists�Method�

Indicates whether a property value exists.

bool�PropertyExists(
���stringname
);

Parameters

name
the name of the property to test

Return Value

true if the property exists

Exceptions

Exception Type Condition
MessageException if JMS fails to determine if the property exists due to some internal error.

See Also

IMessage Interface | WebLogic.Messaging Namespace