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