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

# PFStringDictionaryEntry

> 文字列値を持つ連想配列のディクショナリ エントリ。

文字列値を持つ連想配列のディクショナリ エントリ。

## 構文

```cpp theme={null}
typedef struct PFStringDictionaryEntry {  
    const char* key;  
    const char* value;  
} PFStringDictionaryEntry;  
```

### メンバー

**`key`**   const char\*\
*null 終端*

未定

**`value`**   const char\*\
*null 終端*

未定

## 要件

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

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFTitleDataManagementGetPublisherDataResult](/ja-jp/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgetpublisherdataresult.md)
- [PFTitleDataManagementGetTitleDataResult](/ja-jp/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementgettitledataresult.md)
- [PFLeaderboardsUpdateLeaderboardEntriesRequest](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsupdateleaderboardentriesrequest.md)
- [PFLeaderboardsDeleteLeaderboardEntriesRequest](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsdeleteleaderboardentriesrequest.md)
- [PFCloudScriptListFunctionsRequest](/ja-jp/services/playfab/api-references/c/pfcloudscripttypes/structs/pfcloudscriptlistfunctionsrequest.md)
