Gets the name of the attribute.
# Get the value of the property.propertyValue = attribute_var.name
#include <Core/Application/Attribute.h>// Get the value of the property.string propertyValue = attribute_var->name();