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

# PlayerCustomPropertiesChangedDetails data type

> Reference for the PlayFab PlayerCustomPropertiesChangedDetails data type describing changes to custom player properties in PlayStream events.

***

title: PlayerCustomPropertiesChangedDetails
author: ronnyparedes
description: PlayerCustomPropertiesChangedDetails data type.
ms.author: ronnyparedes
ms.date: 02/12/2026
ms.topic: article
ms.service: azure-playfab
keywords: playfab, playstream events
ms.localizationpriority: medium
-------------------------------

# PlayerCustomPropertiesChangedDetails

Details about a custom property change.

## Properties

| Name          | Type                                        | Description                                       |
| :------------ | :------------------------------------------ | :------------------------------------------------ |
| Name          | String                                      | The name of the custom property that was changed. |
| OperationType | PlayerCustomPropertiesChangedOperationTypes | The operation that was performed.                 |
| Value         | object                                      | The last set value of the custom property.        |


## Related topics

- [player_custom_properties_changed](/services/playfab/api-references/events/PlayerIdentity/player-custom-properties-changed.md)
- [Player Custom Properties Quickstart](/services/playfab/live-service-management/game-configuration/segmentation/player-custom-properties-qs.md)
- [Player Custom Properties](/services/playfab/live-service-management/game-configuration/segmentation/player-custom-properties.md)
- [files_changed](/services/playfab/api-references/events/PlayerProfile/files-changed.md)
- [Best Practices for Game Streaming Custom Resolution](/build/core-features/common/game-streaming/game-streaming-custom-resolution-best-practices.md)
