# Sandbox.GameObject.Name

```csharp
string Name { get; set; }
```

The GameObject's name is usually used for debugging, and for finding it in the scene.

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
