Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAMessage interface

 

getByteProperty method

Syntax
byte QAMessage.getByteProperty(
  String name
)
throws QAException
Parameters
  • name   The property name.

Throws
  • Thrown if there is a conversion error getting the property value or if the property does not exist.

Remarks

Gets a signed byte message property.

See Also

MessageProperties interface

Returns

The property value.