---
title: "label(forIdentifier:)"
framework: addressbook
role: symbol
role_heading: Instance Method
path: "addressbook/abmultivalue/label(foridentifier:)"
---

# label(forIdentifier:)

Returns the label for the given identifier.

## Declaration

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

## Parameters

- `identifier`: The identifier for the label to be returned.

## Discussion

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

## See Also

### Accessing entries

- [label(at:)](addressbook/abmultivalue/label(at:).md)
- [value(at:)](addressbook/abmultivalue/value(at:).md)
- [value(forIdentifier:)](addressbook/abmultivalue/value(foridentifier:).md)
