WebLogic Messaging API Class Library

IMessage.GetByteProperty\xA0Method\xA0

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

sbyte\xA0GetByteProperty(
\xA0\xA0\xA0String\xA0name
);

Parameters

String
the name of the sbyte property

Return Value

the sbyte property value for the specified name

Exceptions

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

See Also

IMessage Interface | WebLogic.Messaging Namespace