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

# handleIdentifier

A key that identifies the type of contact property represented by the person object’s handle.

## Declaration

```swift
var handleIdentifier: String { get }
```

## Discussion

Discussion The value of this property is a CNContact property key, such as CNContactPhoneNumbersKey or CNContactEmailAddressesKey.

## See Also

### Accessing person properties

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