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

# EntityKey

> EntityKey data type.

## Properties

| Name       | Type   | Description                                                                                                                                          |
| :--------- | :----- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
| Id         | String | Unique ID of the entity.                                                                                                                             |
| Type       | String | One of the [available built-in entity types](/services/playfab/live-service-management/game-configuration/entities/available-built-in-entity-types). |
| TypeString | String | Alternate name for Type.                                                                                                                             |


## Related topics

- [PlayFabPlayer.EntityKey](/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabplayer/properties/playfabunityentitykey.md)
- [MatchmakingTicketMatchMember.EntityKey](/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingTicketMatchMember/EntityKey.md)
- [PFEntityGetEntityKey](/services/playfab/api-references/c/pfentity/functions/pfentitygetentitykey.md)
- [PFEntityGetEntityKeySize](/services/playfab/api-references/c/pfentity/functions/pfentitygetentitykeysize.md)
- [Entity Programming Model](/services/playfab/live-service-management/game-configuration/entities/index.md)
