---
title: "addProperty(_:)"
framework: addressbook
role: symbol
role_heading: Instance Method
path: "addressbook/abpeoplepickerview/addproperty(_:)"
---

# addProperty(_:)

Adds a property to the group of properties whose values are shown in the record list.

## Declaration

```swift
func addProperty(_ property: String!)
```

## Parameters

- `property`: The property to add.

## Discussion

Discussion For additional information about properties see Constants.

## See Also

### Working with Properties in the Record List

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