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

# PFEntityStatisticValueDictionaryEntry

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

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

## 構文

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

### メンバー

**`key`**   const char\*<br />*null 終端*

TBD

**`value`**   [PFEntityStatisticValue](/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue) const\*

TBD

## 要件

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

## 関連項目

[PFProfilesTypes のメンバー](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesEntityProfileBody](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Services C API overview - PFProfilesTypes.h](/ja-jp/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsUpdateStatisticsResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsStatisticColumnCollectionDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumncollectiondictionaryentry.md)
