---
title: displayName
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprinterdestination/displayname
---

# displayName

A human-readable string that displays the name of a printer.

## Declaration

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

## Discussion

Discussion This property contains a name that describes the printer’s manufacturer and model number to display in the app’s user interface. If nil, the txtRecord property can produce the display name.

## See Also

### Describing the printer

- [txtRecord](uikit/uiprinterdestination/txtrecord.md)
- [url](uikit/uiprinterdestination/url.md)
