---
title: handles
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/csperson/handles
---

# handles

An array of contact handles related to the person.

## Declaration

```swift
var handles: [String] { get }
```

## Discussion

Discussion Contact handles can include phone numbers, email addresses, and URLs. For additional contact handles, see Metadata Keys in CNContact.

## See Also

### Accessing person properties

- [contactIdentifier](corespotlight/csperson/contactidentifier.md)
- [displayName](corespotlight/csperson/displayname.md)
- [handleIdentifier](corespotlight/csperson/handleidentifier.md)
