> ## 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.

# Lobby.GetLobbyProperties

> Lobby.GetLobbyProperties

# Lobby.GetLobbyProperties メソッド

ロビー プロパティのキーと値のディクショナリを取得します。

```csharp theme={null}
public IDictionary<string, string> GetLobbyProperties()
```

## 戻り値

ロビー プロパティのキーと値のディクショナリ。

## 注釈

ロビー プロパティは、ロビーのメンバーにのみ表示されます。

このメソッドは、API 呼び出しごとに新しい Dictionary を構築するため、高頻度で呼び出すべきではありません。

このロビー オブジェクトが [`CreateAndJoinLobby`](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/PlayFabMultiplayer/CreateAndJoinLobby) または [`JoinLobby`](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/PlayFabMultiplayer/JoinLobby) の呼び出しによってまだ非同期に作成中または参加中の場合、このメソッドはキーを返しません。

## 関連項目

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


## Related topics

- [PFLobbyGetLobbyProperty](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/functions/pflobbygetlobbyproperty.md)
- [PFLobbyGetLobbyPropertyKeys](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/functions/pflobbygetlobbypropertykeys.md)
- [Lobby.GetMemberProperties](/ja-jp/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/Lobby/GetMemberProperties.md)
- [Lobby.GetSearchProperties](/ja-jp/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/Lobby/GetSearchProperties.md)
- [Lobby.GetServerProperties](/ja-jp/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/Lobby/GetServerProperties.md)
