Gets and sets the name of the milestone.
# Get the value of the property.propertyValue = milestone_var.name# Set the value of the property.milestone_var.name = propertyValue
#include <Core/Dashboard/Milestone.h>// Get the value of the property.string propertyValue = milestone_var->name();// Set the value of the property, where value_var is a string.bool returnValue = milestone_var->name(value_var);