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

# properties()

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

## Declaration

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

## See Also

### Managing properties

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