---
title: name
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipasteboard/name-swift.property
---

# name

The name of the pasteboard.

## Declaration

```swift
var name: UIPasteboard.Name { get }
```

## Discussion

Discussion Names of app pasteboard objects should be unique across installed apps. If the object is a system pasteboard, this property returns one of the constants described in Pasteboard Names.

## See Also

### Related Documentation

- [init(name:create:)](uikit/uipasteboard/init(name:create:).md)
- [withUniqueName()](uikit/uipasteboard/withuniquename().md)

### Getting and setting pasteboard attributes

- [changeCount](uikit/uipasteboard/changecount.md)
