WebLogic Messaging API Class Library

IMessage.PropertyExists\xA0Method\xA0

Indicates whether a property value exists.

bool\xA0PropertyExists(
\xA0\xA0\xA0String\xA0name
);

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