> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LobbySearchResult

> LobbySearchResult members

# Class LobbySearchResult

An entry in the collection of lobby search results received upon successful completion of a [`FindLobbies`](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/PlayFabMultiplayer/FindLobbies) operation.

```csharp theme={null}
public class LobbySearchResult
```

## Public Members

| name                                                                                                                                                         | description                                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| [ConnectionString](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/ConnectionString) \{ get; }     | The connection string of the found lobby.                                                            |
| [CurrentMemberCount](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/CurrentMemberCount) \{ get; } | The current number of members that are present in this lobby.                                        |
| [Friends](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/Friends) \{ get; }                       | The friends in the found lobby, if the lobby search was performed with a `LobbySearchFriendsFilter`. |
| [LobbyId](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/LobbyId) \{ get; }                       | The ID of the found lobby.                                                                           |
| [MaxMemberCount](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/MaxMemberCount) \{ get; }         | The maximum number of members that can be present in this lobby.                                     |
| [MembershipLock](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/MembershipLock) \{ get; }         | The current lock state of the found lobby.                                                           |
| [OwnerEntity](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/OwnerEntity) \{ get; }               | The current owner of the lobby.                                                                      |
| [SearchProperties](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/SearchProperties) \{ get; }     | The search properties associated with this lobby.                                                    |

## See Also

* namespace [PlayFab.Multiplayer](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference)


## Related topics

- [LobbySearchResult.Friends](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/Friends.md)
- [LobbySearchResult.SearchProperties](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/SearchProperties.md)
- [LobbySearchResult.LobbyId](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/LobbyId.md)
- [LobbySearchResult.OwnerEntity](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/OwnerEntity.md)
- [LobbySearchResult.ConnectionString](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbySearchResult/ConnectionString.md)
