WebLogic Messaging API Class Library

IMessage. Method 

NOTE: This method is now obsolete.

Method will be removed soon. You can use unchecked((byte)GetByteProperty(name)) instead


Returns the value of the byte property with the specified name.

byte (
   String name
);

Parameters

String
the name of the byte property

Return Value

the byte property value for the specified name

Exceptions

Exception Type Condition
MessageException if the JMS provider fails to get the property value due to some internal error.
MessageFormatException if this type conversion is invalid.

See Also

IMessage Interface | WebLogic.Messaging Namespace