Sets a property.
void QAMessage.setProperty(String name, Object value) throws QAException
name The property name.
value The property value.
QAException class Thrown if there is a problem setting the property.
The property type must correspond to one of the acceptable primitive types, or String.