getDoubleProperty method

Syntax
double QAMessage.getDoubleProperty(
  String name
)
throws QAException
Parameters
  • name   The property name.

Throws
  • Thrown if there is a conversion error getting the property value or if the property does not exist.

Remarks

Gets a double message property.

See Also

MessageProperties interface

Returns

The property value.