Returns the Scripts object which provides the ability to manage scripts and add-ins.
# Get the value of the property.propertyValue = application_var.scripts
#include <Core/Application/Application.h>// Get the value of the property.Ptr<Scripts> propertyValue = application_var->scripts();