> ## 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 />*null 終端*

TBD

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

TBD

## 要件

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

## 関連項目

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