Gets the boolean flag that indicates if this property has multiple values or not.
# Get the value of the property.propertyValue = filenameProperty_var.hasMultipleValues
#include <Core/Application/FilenameProperty.h>// Get the value of the property.boolean propertyValue = filenameProperty_var->hasMultipleValues();