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

# PFStatisticColumnCollectionDictionaryEntry

> Dictionary entry for an associative array with PFProfilesStatisticColumnCollection values.

Dictionary entry for an associative array with PFProfilesStatisticColumnCollection values.

## Syntax

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

### Members

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

TBD

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

TBD

## Requirements

**Header:** PFProfilesTypes.h

## See also

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