# Sandbox.Connection.DisplayName

```csharp
string DisplayName { get; set; }
```

The player's name but with any potential nicknames or naughty words filtered out.
You don't want to be using this in serverside logic really.

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
