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

# PFPlayerDataManagementServerGetPlayerCustomPropertyRequest

> PFPlayerDataManagementServerGetPlayerCustomPropertyRequest data model.

PFPlayerDataManagementServerGetPlayerCustomPropertyRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFPlayerDataManagementServerGetPlayerCustomPropertyRequest {  
    const char* playFabId;  
    const char* propertyName;  
} PFPlayerDataManagementServerGetPlayerCustomPropertyRequest;  
```

### Members

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

Unique PlayFab assigned ID of the user on whom the operation will be performed.

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

Specific property name to search for in the player's properties.

## Requirements

**Header:** PFPlayerDataManagementTypes.h

## See also

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