<!--
{
  "availability" : [
    "iOS: 2.0.0 - 9.0.0",
    "iPadOS: 2.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBookUI",
  "identifier" : "/documentation/AddressBookUI/ABPersonViewController/setHighlightedItemForProperty(_:withIdentifier:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Address Book UI"
    ],
    "preciseIdentifier" : "c:objc(cs)ABPersonViewController(im)setHighlightedItemForProperty:withIdentifier:"
  },
  "title" : "setHighlightedItemForProperty(_:withIdentifier:)"
}
-->

# setHighlightedItemForProperty(_:withIdentifier:)

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

```
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.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)