---
title: shouldShowLinkedPeople
framework: addressbookui
role: symbol
role_heading: Instance Property
path: addressbookui/abpersonviewcontroller/shouldshowlinkedpeople
---

# shouldShowLinkedPeople

Indicates whether the person view should display data from person records that are linked with the person record being displayed.

## Declaration

```swift
var shouldShowLinkedPeople: Bool { get set }
```

## Discussion

Discussion Linked records represent the same actual person. They often come from different sources, but may also come from the same source.

## See Also

### Displaying Person Properties

- [displayedPerson](addressbookui/abpersonviewcontroller/displayedperson.md)
- [displayedProperties](addressbookui/abpersonviewcontroller/displayedproperties.md)
