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

# value

The data for the handle.

## Declaration

```swift
var value: String? { get }
```

## Discussion

Discussion The contents of this property are determined by the value of the type property. For example, when the handle specifies an email address, this property should contain a string similar to “address@example.com” describing the user’s email address. This information may be displayed to the user to help resolve the identity of the intended person.

## See Also

### Getting the Handle Information

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