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

# PartyXblCrossNetworkCommunicationPrivacySetting

> PlayFab Party Helper ライブラリにおいて XBOX Live のクロスネットワーク チャットのプライバシーを制御する PartyXblCrossNetworkCommunicationPrivacySetting 列挙型のリファレンスです。

ローカル XBOX Live ユーザーに設定できるクロスネットワーク通信のプライバシー設定です。

## 構文

```cpp theme={null}
enum class PartyXblCrossNetworkCommunicationPrivacySetting    
{  
    Allowed = 0,  
    FriendsOnly = 1,  
    Disallowed = 2,  
}  
```

## 定数

| 定数          | 説明                                       |
| ----------- | ---------------------------------------- |
| Allowed     | このユーザーはクロスネットワーク ユーザーとの通信を制限なく行うことができます。 |
| FriendsOnly | このユーザーはクロスネットワーク ユーザーとの通信をフレンドのみに制限します。  |
| Disallowed  | このユーザーはクロスネットワーク ユーザーとの通信が許可されていません。     |

## 解説

クロスネットワーク ユーザーとは、XBOX Live 以外のゲーミング ネットワークのユーザーを指します。

## 要件

**ヘッダー:** PartyXboxLive.h

## 関連項目

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)


## Related topics

- [PartyXbl GetCrossNetworkCommunicationPrivacySetting](/ja-jp/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getcrossnetworkcommunicationprivacysetting.md)
- [PlayFab Party XBOX Live Helper Release Notes](/ja-jp/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [XBOX Live helper library for PlayFab Party](/ja-jp/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PartyXboxLive C/C++ API 概要](/ja-jp/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
- [PartyXblLocalChatUser](/ja-jp/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser.md)
