---
title: containerDisplayName
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/cssearchableitemattributeset/containerdisplayname
---

# containerDisplayName

A localized string that specifies the name of a container to which the item belongs, suitable to display in the user interface.

## Declaration

```swift
var containerDisplayName: String? { get set }
```

## Discussion

Discussion For example, a container display name might be the title of a series of books. When you specify the containment properties, Spotlight can treat individual items as part of an ordered set.

## See Also

### Describing containment

- [containerIdentifier](corespotlight/cssearchableitemattributeset/containeridentifier.md)
- [containerOrder](corespotlight/cssearchableitemattributeset/containerorder.md)
- [containerTitle](corespotlight/cssearchableitemattributeset/containertitle.md)
