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

# PFProfilesEntityDataObjectDictionaryEntry

> Dictionary entry for an associative array with PFProfilesEntityDataObject values.

Dictionary entry for an associative array with PFProfilesEntityDataObject values.

## Syntax

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

### Members

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

TBD

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

TBD

## Requirements

**Header:** PFProfilesTypes.h

## See also

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


## Related topics

- [PFProfilesEntityProfileBody](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Services C API overview - PFProfilesTypes.h](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFProfilesEntityProfileFileMetadataDictionaryEntry](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilefilemetadatadictionaryentry.md)
- [PFDataObjectResultDictionaryEntry](/services/playfab/api-references/c/pfdatatypes/structs/pfdataobjectresultdictionaryentry.md)
- [PFProfilesEntityDataObject](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobject.md)
