---
title: displayName
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebsitedatarecord/displayname
---

# displayName

The display name for the data record.

## Declaration

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

## Discussion

Discussion This property contains identifying information that you to display to users. Typically, the value is the website’s domain name and suffix taken from the host information in the resource’s security origin object. For more information, see WKSecurityOrigin.
