---
title: label
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpersonhandle/label
---

# label

A standard label that describes the meaning of the information.

## Declaration

```swift
var label: INPersonHandleLabel? { get }
```

## Discussion

Discussion Use the value in this property to distinguish between person handles with similar types of information. For example, you might use it to distinguish between a person’s home and work phone numbers.

## See Also

### Getting the Handle Information

- [type](intents/inpersonhandle/type.md)
- [value](intents/inpersonhandle/value.md)
