getIntProperty method

Syntax
int ianywhere.qanywhere.client.QAMessage.getIntProperty(
  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 an int message property.

See Also

Interface MessageProperties

Returns

The property value.