---
title: ABPropertyType
framework: addressbook
role: symbol
role_heading: Type Alias
path: addressbook/abpropertytype
---

# ABPropertyType

These are the possible types of ABRecord properties.

## Declaration

```swift
typealias ABPropertyType = UInt32
```

```swift
typealias ABPropertyType = CFIndex
```

## Topics

### Constants

- [kABErrorInProperty](addressbook/kaberrorinproperty.md)
- [kABStringProperty](addressbook/kabstringproperty.md)
- [kABIntegerProperty](addressbook/kabintegerproperty.md)
- [kABRealProperty](addressbook/kabrealproperty.md)
- [kABDateProperty](addressbook/kabdateproperty.md)
- [kABArrayProperty](addressbook/kabarrayproperty.md)
- [kABDictionaryProperty](addressbook/kabdictionaryproperty.md)
- [kABDataProperty](addressbook/kabdataproperty.md)
- [kABMultiStringProperty](addressbook/kabmultistringproperty.md)
- [kABMultiIntegerProperty](addressbook/kabmultiintegerproperty.md)
- [kABMultiRealProperty](addressbook/kabmultirealproperty.md)
- [kABMultiDateProperty](addressbook/kabmultidateproperty.md)
- [kABMultiArrayProperty](addressbook/kabmultiarrayproperty.md)
- [kABMultiDictionaryProperty](addressbook/kabmultidictionaryproperty.md)
- [kABMultiDataProperty](addressbook/kabmultidataproperty.md)

## See Also

### Miscellaneous

- [ABSearchComparison](addressbook/absearchcomparison.md)
- [ABSearchConjunction](addressbook/absearchconjunction.md)
