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

> PFProfilesEntityDataObject 값을 갖는 연관 배열의 딕셔너리 항목입니다.

PFProfilesEntityDataObject 값을 갖는 연관 배열의 딕셔너리 항목입니다.

## 구문

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

### 멤버

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

TBD

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

TBD

## 요구 사항

**헤더:** PFProfilesTypes.h

## 참고 항목

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


## Related topics

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