setFloatProperty method

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

See Also

MessageProperties interface