WebLogic Messaging API Class Library

IMessage.SetBooleanProperty�Method�

Sets a boolean property value with the specified name into the message.

void�SetBooleanProperty(
���stringname,
���boolvalue
);

Parameters

name
the name of the boolean property
value
the boolean property value to set

Exceptions

Exception Type Condition
MessageException if JMS fails to set the property due to some internal error.
ArgumentException if the name is null or if the name is an empty string.
MessageNotWriteableException if properties are read-only

See Also

IMessage Interface | WebLogic.Messaging Namespace