<!--
{
  "availability" : [
    "iOS: 2.0.0 - 9.0.0",
    "iPadOS: 2.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABMultiValueCopyLabelAtIndex(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABMultiValueCopyLabelAtIndex"
  },
  "title" : "ABMultiValueCopyLabelAtIndex(_:_:)"
}
-->

# ABMultiValueCopyLabelAtIndex(_:_:)

Returns the label for the given index.

```
func ABMultiValueCopyLabelAtIndex(_ multiValue: ABMultiValueRef!, _ index: CFIndex) -> Unmanaged<CFString>!
```

## Parameters

`multiValue`

The multi-value list that you wish to access.

`index`

The index of the identifier you wish to obtain. If this parameter is out of bounds, this function raises an exception.

## Return Value

The label at `index` in `multiValue`.You are responsible for releasing this object.

## Discussion

Each value in a multi-value list must be the same type, andhas an associated pre-defined or user-defined label, and uniqueidentifier. Use the [`ABMultiValueCopyIdentifierAtIndex(_:_:)`](/documentation/AddressBook/ABMultiValueCopyIdentifierAtIndex(_:_:)) functionto get a identifier, and the [`ABMultiValueCopyValueAtIndex(_:_:)`](/documentation/AddressBook/ABMultiValueCopyValueAtIndex(_:_:))functionto get a value.

---

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)