Gets the name of this script or add-in.
# Get the value of the property.propertyValue = script_var.name
#include <Core/Application/Script.h>// Get the value of the property.string propertyValue = script_var->name();