# Sandbox.Connection.PartyId

```csharp
SteamId PartyId { get; set; }
```

The Id of the party that this user is a part of. This can be used to compare to other users to 
group them into parties.

Declared in [Sandbox.Connection](/api/Sandbox.Connection).
Assembly: `Sandbox.Engine`.
