# scope

> Gets the Scope of the SettingsProvider. The Scope determines whether the SettingsProvider appears in the Preferences window ( SettingsScope.User ) or the Settings window ( SettingsScope.Project ).

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public SettingsScope scope { get; }
```
