Indicates if this property has multiple values or not.
# Get the value of the property.propertyValue = colorProperty_var.hasMultipleValues
#include <Core/Application/ColorProperty.h>// Get the value of the property.boolean propertyValue = colorProperty_var->hasMultipleValues();