# enabled

> If set to true, this Boolean field enables the Analytics feature in Unity. It disables the feature if it is set to false.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Analytics](/engine/6000.6/script-reference/unityeditor/analytics.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static bool enabled { get; set; }
```
