NOTE: This method is now obsolete.
Method will be removed soon. You can use SetByteProperty(name, unchecked((sbyte)value)) instead
Sets a byte property value with the specified name into the message.
byte property byte property value to set | Exception Type | Condition |
|---|---|
| MessageException | if the JMS provider 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 |
IMessage Interface | WebLogic.Messaging Namespace