Gets the ID of this script or add-in. This is typically a GUID and is assumed to be unique with respect to all other add-ins.
# Get the value of the property.propertyValue = script_var.id
#include <Core/Application/Script.h>// Get the value of the property.string propertyValue = script_var->id();