Returns the operating systems this script or add-in is available for.
# Get the value of the property.propertyValue = script_var.targetOperatingSystem
#include <Core/Application/Script.h>// Get the value of the property.OperatingSystems propertyValue = script_var->targetOperatingSystem();