---
title: properties()
framework: addressbook
role: symbol
role_heading: Instance Method
path: addressbook/abpeoplepickerview/properties()
---

# properties()

Returns an array of the properties whose values are shown in the record list.

## Declaration

```swift
func properties() -> [Any]!
```

## Discussion

Discussion For additional information about properties see Using Property Lists.

## See Also

### Working with Properties in the Record List

- [addProperty(_:)](addressbook/abpeoplepickerview/addproperty(_:).md)
- [columnTitle(forProperty:)](addressbook/abpeoplepickerview/columntitle(forproperty:).md)
- [displayedProperty](addressbook/abpeoplepickerview/displayedproperty.md)
- [removeProperty(_:)](addressbook/abpeoplepickerview/removeproperty(_:).md)
- [setColumnTitle(_:forProperty:)](addressbook/abpeoplepickerview/setcolumntitle(_:forproperty:).md)
