# rootNamespace

> Sets the root namespace of the assembly.

## Definition

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

```csharp
public string rootNamespace { get; }
```

### Remarks

This property is used to specify in which root namespace each script in the assembly belongs.
