---
title: shouldShowLinkedPeople
framework: addressbook
role: symbol
role_heading: Instance Property
path: addressbook/abpersonview/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, and typically come from different sources.

## See Also

### Working with Person Views

- [editing](addressbook/abpersonview/editing.md)
- [person](addressbook/abpersonview/person.md)
