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

# value(forIdentifier:)

Returns the value for the given identifier.

## Declaration

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

## Parameters

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

## Discussion

Discussion If the identifier is not found, returns nil.

## See Also

### Accessing entries

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