# `GSObjectPasteboardWriter.pasteboardType`

*Instance Property*

## Declaration

```swift
var pasteboardType: NSPasteboard.PasteboardType { get set }
```

```objc
@property (nonatomic, strong) NSPasteboardType pasteboardType;
```

```python
pasteboardType() -> NSPasteboardType
setPasteboardType_(pasteboardType: NSPasteboardType)
```

