---
title: "ABMultiValuePropertyType(_:)"
framework: addressbook
role: symbol
role_heading: Function
path: "addressbook/abmultivaluepropertytype(_:)"
---

# ABMultiValuePropertyType(_:)

Returns the type for the values in a multi-value list.

## Declaration

```swift
func ABMultiValuePropertyType(_ multiValue: ABMultiValueRef!) -> ABPropertyType
```

## Parameters

- `multiValue`: The multi-value list whose property type you wish to obtain.

## Return Value

Return Value The property typeof multiValue. If the list is emptyor its values are of different types, returns kABErrorInProperty.

## See Also

### Multi Values

- [ABMultiValueAdd(_:_:_:_:)](addressbook/abmultivalueadd(_:_:_:_:).md)
- [ABMultiValueCopyIdentifierAtIndex(_:_:)](addressbook/abmultivaluecopyidentifieratindex(_:_:).md)
- [ABMultiValueCopyLabelAtIndex(_:_:)](addressbook/abmultivaluecopylabelatindex(_:_:).md)
- [ABMultiValueCopyPrimaryIdentifier(_:)](addressbook/abmultivaluecopyprimaryidentifier(_:).md)
- [ABMultiValueCopyValueAtIndex(_:_:)](addressbook/abmultivaluecopyvalueatindex(_:_:).md)
- [ABMultiValueCount(_:)](addressbook/abmultivaluecount(_:).md)
- [ABMultiValueCreate()](addressbook/abmultivaluecreate().md)
- [ABMultiValueCreateCopy(_:)](addressbook/abmultivaluecreatecopy(_:).md)
- [ABMultiValueCreateMutable(_:)](addressbook/abmultivaluecreatemutable().md)
- [ABMultiValueCreateMutableCopy(_:)](addressbook/abmultivaluecreatemutablecopy(_:).md)
- [ABMultiValueIndexForIdentifier(_:_:)](addressbook/abmultivalueindexforidentifier(_:_:).md)
- [ABMultiValueInsert(_:_:_:_:_:)](addressbook/abmultivalueinsert(_:_:_:_:_:).md)
- [ABMultiValueRemove(_:_:)](addressbook/abmultivalueremove(_:_:).md)
- [ABMultiValueReplaceLabel(_:_:_:)](addressbook/abmultivaluereplacelabel(_:_:_:).md)
- [ABMultiValueReplaceValue(_:_:_:)](addressbook/abmultivaluereplacevalue(_:_:_:).md)
