<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABMultiValue-swift.class/label(forIdentifier:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:objc(cs)ABMultiValue(im)labelForIdentifier:"
  },
  "title" : "label(forIdentifier:)"
}
-->

# label(forIdentifier:)

Returns the label for the given identifier.

```
func label(forIdentifier identifier: String!) -> Any!
```

## Parameters

`identifier`

The identifier for the label to be returned.

## Discussion

If the identifier is not found, this method returns `nil`.

---

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)