setByteProperty method

Syntax
void QAMessage.setByteProperty(
  String name,
  byte value
)
throws QAException
Parameters
  • name   The property name.

  • value   The property value.

Throws
  • Thrown if there is a problem setting the property.

Remarks

Sets a signed byte property.

See Also

MessageProperties interface