setShortProperty method

Syntax
void ianywhere.qanywhere.client.QAMessage.setShortProperty(
  String name,
  short 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 short property.

See Also

Interface MessageProperties