Enum ScriptProjectSettingsScope
C#
public enum ScriptProjectSettingsScope
Fields
Application | Specifies that the setting value is global to the application and is shared by all users. |
User | Specifies that the setting value can be customized by every user in their own configuration. |