---
title: value
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnlabeledvalue/value
---

# value

A contact property value.

## Declaration

```swift
@NSCopying var value: ValueType { get }
```

## Discussion

Discussion A contact property value, such as CNPhoneNumber for a phone number, NSString for an email address, and so on. For valid values, see CNContact properties that are arrays of labeled value objects.

## See Also

### Getting the label and value

- [label](contacts/cnlabeledvalue/label.md)
