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

# PlayFabPlayer.EntityKey

> Referencia de la propiedad PlayFabPlayer.EntityKey, que devuelve la EntityKey de PlayFab que identifica a un jugador en el SDK multijugador de PlayFab Party para Unity.

Obtiene la EntityKey del jugador.

```csharp theme={null}
public EntityKey PlayFabPlayer.EntityKey { get; }
```

Valor de propiedad

[EntityKey](/services/playfab/api-references/events/data-types/entitykey)


## Related topics

- [Clase PlayFabPlayer](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/index.md)
- [PlayFabPlayer.IsLocal](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityislocal.md)
- [bool PlayFabPlayer.IsMuted](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityismuted.md)
- [PlayFabPlayer.VoiceLevel](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityvoicelevel.md)
- [PlayFabPlayer.ChatState](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunitychatstate.md)
