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

> Reference for the PlayFabPlayer.EntityKey property that returns the PlayFab EntityKey identifying a player in the Unity PlayFab Party multiplayer SDK.

Gets the EntityKey of the player.

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

Property Value

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


## Related topics

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