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

# PFAccountManagementServerCustomIDPlayFabIDPair

> PFAccountManagementServerCustomIDPlayFabIDPair 数据模型。

PFAccountManagementServerCustomIDPlayFabIDPair 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementServerCustomIDPlayFabIDPair {  
    const char* playFabId;  
    const char* serverCustomId;  
} PFAccountManagementServerCustomIDPlayFabIDPair;  
```

### 成员

**`playFabId`**   const char\*<br />*is null-terminated*

（可选）唯一的 PlayFab 标识符。

**`serverCustomId`**   const char\*<br />*is null-terminated*

（可选）此玩家的唯一服务器自定义标识符。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
