WebLogic Messaging API Class Library

IMessage.GetPropertyNames\xA0Method\xA0

Returns an Enumeration of all the property names.

Note that JMS standard header fields are not considered properties and are not returned in this enumeration.

IEnumerator\xA0GetPropertyNames();

Return Value

an enumeration of all the names of property values

Exceptions

Exception TypeCondition
MessageExceptionif JMS fails to get the property names due to some internal error.

See Also

IMessage Interface | WebLogic.Messaging Namespace