# Sandbox.Network.LobbyConfig.Hidden

```csharp
bool Hidden { get; set; }
```

Whether to hide this lobby from appearing in the server list. It will still be
queryable programatically, so long as the [Sandbox.Network.LobbyConfig.Privacy](/api/Sandbox.Network.LobbyConfig/Privacy) mode allows it.

Declared in [Sandbox.Network.LobbyConfig](/api/Sandbox.Network.LobbyConfig).
Assembly: `Sandbox.Engine`.
