# Sandbox.UI.Panel.Id

```csharp
string Id { get; set; }
```

Works the same as the html id="" attribute. If you set Id to "poop", it'll match any styles
that define #poop in their selector.

Declared in [Sandbox.UI.Panel](/api/Sandbox.UI.Panel).
Assembly: `Sandbox.Engine`.
