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