---
title: displayName
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/csperson/displayname
---

# displayName

A display name for the person.

## Declaration

```swift
var displayName: String? { get }
```

## Discussion

Discussion Use this optional property to provide a name for the person object that can be displayed to users.

## See Also

### Accessing person properties

- [contactIdentifier](corespotlight/csperson/contactidentifier.md)
- [handleIdentifier](corespotlight/csperson/handleidentifier.md)
- [handles](corespotlight/csperson/handles.md)
