setIntProperty method

Syntax
void ianywhere.qanywhere.client.QAMessage.setIntProperty(
  String name,
  int value
)
throws QAException
Parameters
  • name   The property name.

  • value   The property value.

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

Sets an int property.

See Also

Interface MessageProperties