---
title: propertyList
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uikeycommand/propertylist
---

# propertyList

An object that contains data to associate with the key command.

## Declaration

```swift
var propertyList: Any? { get }
```

## Discussion

Discussion Use propertyList to associate a small amount of data to the command.

## See Also

### Associating data

- [UICommandTagShare](uikit/uicommandtagshare.md)
