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

> Entrada de diccionario para una matriz asociativa con valores PFProfilesEntityStatisticValue.

Entrada de diccionario para una matriz asociativa con valores PFProfilesEntityStatisticValue.

## Sintaxis

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

### Miembros

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

TBD

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

TBD

## Requisitos

**Encabezado:** PFProfilesTypes.h

## Consulte también

[Miembros de PFProfilesTypes](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesEntityProfileBody](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Información general de la API de C de Services - PFProfilesTypes.h](/es/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsUpdateStatisticsResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsGetStatisticsResponse](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
