Returns the type of value this ValueInput currently represents.
# Get the value of the property.propertyValue = valueInput_var.valueType
#include <Core/Application/ValueInput.h>// Get the value of the property.ValueTypes propertyValue = valueInput_var->valueType();