setStringProperty method

Syntax
void QAMessage.setStringProperty(
  String name,
  String 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 string property.

See Also

MessageProperties interface