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

# label

The label of the labeled value of the property array.

## Declaration

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

## Discussion

Discussion Labeled property is used only for properties that are in labeled arrays. If the property is not an array of labeled values, the value of the label is nil.

## See Also

### Getting the Property Information

- [key](contacts/cncontactproperty/key.md)
- [value](contacts/cncontactproperty/value.md)
- [identifier](contacts/cncontactproperty/identifier.md)
