---
title: "setHighlightedItemForProperty(_:withIdentifier:)"
framework: addressbookui
role: symbol
role_heading: Instance Method
path: "addressbookui/abpersonviewcontroller/sethighlighteditemforproperty(_:withidentifier:)"
---

# setHighlightedItemForProperty(_:withIdentifier:)

Specifies whether to highlight a particular property of the displayed person.

## Declaration

```swift
func setHighlightedItemForProperty(_ property: ABPropertyID, withIdentifier identifier: ABMultiValueIdentifier)
```

## Parameters

- `property`: The property to highlight.
- `identifier`: When property is a multi-value property, the value to highlight.

## See Also

### Configuring Person Views

- [addressBook](addressbookui/abpersonviewcontroller/addressbook.md)
- [allowsActions](addressbookui/abpersonviewcontroller/allowsactions.md)
- [allowsEditing](addressbookui/abpersonviewcontroller/allowsediting.md)
