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

# PFPlayerDataManagementCustomPropertyDetails

> PFPlayerDataManagementCustomPropertyDetails data model.

PFPlayerDataManagementCustomPropertyDetails data model.

## Syntax

```cpp theme={null}
typedef struct PFPlayerDataManagementCustomPropertyDetails {  
    const char* name;  
    PFJsonObject value;  
} PFPlayerDataManagementCustomPropertyDetails;  
```

### Members

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

(Optional) The custom property's name.

**`value`**   [PFJsonObject](/services/playfab/api-references/c/pftypes/structs/pfjsonobject)

(Optional) The custom property's value.

## Requirements

**Header:** PFPlayerDataManagementTypes.h

## See also

[PFPlayerDataManagementTypes members](/services/playfab/api-references/c/pfplayerdatamanagementtypes/pfplayerdatamanagementtypes_members)
