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

# PFPlayerDataManagementUpdateProperty

> PFPlayerDataManagementUpdateProperty data model.

PFPlayerDataManagementUpdateProperty data model.

## Syntax

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

### Members

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

Name of the custom property. Can contain Unicode letters and digits. They are limited in size.

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

Value of the custom property. Limited to booleans, numbers, and strings.

## Requirements

**Header:** PFPlayerDataManagementTypes.h

## See also

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