<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Contacts",
  "identifier" : "/documentation/Contacts/CNLabeledValue/label",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Contacts"
    ],
    "preciseIdentifier" : "c:objc(cs)CNLabeledValue(py)label"
  },
  "title" : "label"
}
-->

# label

The label for a contact property value.

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

## Discussion

A contact property can have a label, such as Home, Work, iPhone, etc. For some predefined label constants, see[`CNPhoneNumber`](/documentation/Contacts/CNPhoneNumber), and [`CNContactRelation`](/documentation/Contacts/CNContactRelation). Custom labels can also be used. Labels are not used for [`CNSocialProfile`](/documentation/Contacts/CNSocialProfile) and [`CNInstantMessageAddress`](/documentation/Contacts/CNInstantMessageAddress) properties.

---

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)