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

# ABMultiValueCount(_:)

Returns the number of entries in a multi-value list.

```
func ABMultiValueCount(_ multiValue: ABMultiValueRef!) -> CFIndex
```

## Parameters

`multiValue`

The multi-value list that you wish to access.

## Return Value

The number of entriesin `multiValue`.

---

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)