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

# identifier(at:)

Returns the identifier for the given index.

```
func identifier(at index: Int) -> String!
```

## Parameters

`index`

The index of the identifier to be returned.

## Discussion

If the `index` argument is out of bounds, this method raises an exception.

---

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)