Class ScriptProperties

  • The ScriptProperties class is deprecated and should not be used in new scripts.

  • Script Properties store key-value pairs persistently for a script, independent of the user running it.

  • Deprecated methods include functions to delete, get, and set properties.

ScriptProperties

Deprecated. This class is deprecated and should not be used in new scripts.

Script Properties are key-value pairs stored by a script in a persistent store. Script Properties are scoped per script, regardless of which user runs the script.

Deprecated methods