WebLogic Messaging API Class Library

IMessage.PropertyExists Method 

Indicates whether a property value exists.

bool PropertyExists(
   String name
);

Parameters

String
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