---
title: linkedPeople()
framework: addressbook
role: symbol
role_heading: Instance Method
path: addressbook/abperson/linkedpeople()
---

# linkedPeople()

Returns the array of all person records that are linked to the person this record represents.

## Declaration

```swift
func linkedPeople() -> [Any]!
```

## Return Value

Return Value The array of all person records that are linked to the person this record represents.

## Discussion

Discussion Linked records contain information about the same person, and typically come from different sources.
