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