---
title: properties
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkmatchedplayers/properties
---

# properties

The local player’s properties that matchmaking rules uses to find the players, with some additions.

## Declaration

```swift
var properties: [String : Any]? { get }
```

## Discussion

Discussion This property is similar to the GKMatchRequest.properties property but with some additions that Game Center may add. For example, if you add team rules to your rule set, use the gc and team keys to get the name of the player’s team. // Get the local player's team assignment. properties = match.properties team = properties["gc"]["team"]

## See Also

### Matchmaking using rules

- [playerProperties](gamekit/gkmatchedplayers/playerproperties.md)
