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

# label

The label for a contact property value.

## Declaration

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

## Discussion

Discussion A contact property can have a label, such as Home, Work, iPhone, etc. For some predefined label constants, seeCNPhoneNumber, and CNContactRelation. Custom labels can also be used. Labels are not used for CNSocialProfile and CNInstantMessageAddress properties.

## See Also

### Getting the label and value

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