---
title: value
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxhandle/value
---

# value

The value of the handle.

## Declaration

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

## Discussion

Discussion A handle’s value corresponds to its type. For example, a handle with type equal to CXHandle.HandleType.phoneNumber should have a value consisting of a sequence of digits.

## See Also

### Accessing Handle Attributes

- [type](callkit/cxhandle/type.md)
