---
title: displayedProperties
framework: addressbookui
role: symbol
role_heading: Instance Property
path: addressbookui/abpersonviewcontroller/displayedproperties
---

# displayedProperties

Identifies the set of properties (such as name or telephone number) of displayedPerson the receiver displays.

## Declaration

```swift
var displayedProperties: [NSNumber]? { get set }
```

## Discussion

Discussion The default value of this property is NULL. Name properties are always displayed. The properties are specified using an array of NSNumber objects representing ABPropertyID values. To have the receiver display a single property for displayedPerson, such as telephone number, set displayedProperties to an array with a single value, such as kABPersonPhoneProperty.

## See Also

### Displaying Person Properties

- [displayedPerson](addressbookui/abpersonviewcontroller/displayedperson.md)
- [shouldShowLinkedPeople](addressbookui/abpersonviewcontroller/shouldshowlinkedpeople.md)
