<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INPersonHandle/value",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INPersonHandle(py)value"
  },
  "title" : "value"
}
-->

# value

The data for the handle.

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

## Discussion

The contents of this property are determined by the value of the [`type`](/documentation/Intents/INPersonHandle/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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)