# name

> Returns the name of the layer as defined in the TagManager.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

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

### Remarks

Additional Resources: [Tags and Layers](/engine/6000.0/manual/unity-editor/editor-settings-reference/comp-manager-group/class-tag-manager.md).
