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