The properties object acts as the interface to access user, document, or script properties. The
specific property type depends on which of the three methods of PropertiesService the
script called: PropertiesService.getDocumentProperties(), PropertiesService.getUserProperties(), or PropertiesService.getScriptProperties().
Properties cannot be shared between scripts. For more information about property types, see the
guide to the Properties service.
The properties object acts as the interface to access user, document, or script properties. The specific property type depends on which of the three methods of PropertiesService the script called: PropertiesService.getDocumentProperties(), PropertiesService.getUserProperties(), or PropertiesService.getScriptProperties(). Properties cannot be shared between scripts. For more information about property types, see the guide to the Properties service.