getPropertyType function

Syntax
qa_short QAMessage::getPropertyType(
  qa_const_string name
)
Parameters
  • name   The name of the property.

Remarks

Returns the type of a property with the given name.

One of PROPERTY_TYPE_BOOLEAN, PROPERTY_TYPE_BYTE, PROPERTY_TYPE_SHORT, PROPERTY_TYPE_INT, PROPERTY_TYPE_LONG, PROPERTY_TYPE_FLOAT, PROPERTY_TYPE_DOUBLE, PROPERTY_TYPE_STRING, PROPERTY_TYPE_UNKNOWN.

Returns

The type of the property.