getDoubleStoreProperty method

Syntax
double QAManagerBase.getDoubleStoreProperty(
  String name
)
throws QAException
Parameters
  • name   the pre-defined or custom 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 value for a pre-defined or custom message store property.

You can use this method to access pre-defined or user-defined client store properties.

For a list of pre-defined properties, see MessageStoreProperties interface.

See Also

MessageStoreProperties interface

Returns

The double property value.