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

# XblMultiplayerManagerLobbySessionPropertiesJson

> XblMultiplayerManagerLobbySessionPropertiesJson

# XblMultiplayerManagerLobbySessionPropertiesJson

ロビー セッションのカスタム プロパティを JSON 文字列として取得します。

## 構文

```cpp theme={null}
const char* XblMultiplayerManagerLobbySessionPropertiesJson(  
)  
```

### パラメーター

### 戻り値

型: const char\*

ロビー セッションのカスタム プロパティを指定する JSON 文字列。ロビー セッションが存在しない場合は null。返されるポインターのメモリは、次に [XblMultiplayerManagerDoWork](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerdowork) が呼び出されるまで有効です。

## 解説

この関数は、ロビー セッションのカスタム プロパティを JSON 文字列として取得します。これらのカスタム プロパティはいつでも変更できます。カスタム プロパティが複数のデバイス間で共有されていたり、複数のデバイスから同時に更新される可能性がある場合は、[XblMultiplayerManagerLobbySessionSetSynchronizedProperties](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerlobbysessionsetsynchronizedproperties) 関数を使用してカスタム プロパティを変更してください。それ以外の場合は、[XblMultiplayerManagerLobbySessionSetProperties](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerlobbysessionsetproperties) 関数を使用してカスタム プロパティを変更できます。

## 要件

**ヘッダー:** multiplayer\_manager\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

[multiplayer\_manager\_c](/reference/live/xsapi-c/multiplayer_manager_c/multiplayer_manager_c_members)\
[XblMultiplayerManagerLobbySessionPropertiesJson](/reference/live/xsapi-c/multiplayer_manager_c/functions/xblmultiplayermanagerlobbysessionpropertiesjson)
