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

# removeProperty(_:)

Removes a property from the group of properties whose values are shown in the record list.

## Declaration

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

## Parameters

- `property`: The property to remove.

## 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)
- [properties()](addressbook/abpeoplepickerview/properties().md)
- [setColumnTitle(_:forProperty:)](addressbook/abpeoplepickerview/setcolumntitle(_:forproperty:).md)
