---
title: properties()
framework: addressbook
role: symbol
role_heading: Type Method
path: addressbook/abperson/properties()
---

# properties()

Returns an array of  the names of all the properties for the record in the Address Book database.

## Declaration

```swift
class func properties() -> [Any]!
```

## See Also

### Managing Properties

- [addPropertiesAndTypes(_:)](addressbook/abperson/addpropertiesandtypes(_:).md)
- [removeProperties(_:)](addressbook/abperson/removeproperties(_:).md)
- [type(ofProperty:)](addressbook/abperson/type(ofproperty:).md)
