---
title: "propertyList(forType:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nspasteboarditem/propertylist(fortype:)"
---

# propertyList(forType:)

Returns the value for the specified type as a property list.

## Declaration

```swift
func propertyList(forType type: NSPasteboard.PasteboardType) -> Any?
```

## Parameters

- `type`: A uniform type identifier string.

## Return Value

Return Value The value for the specified type as a property list.

## See Also

### Getting values

- [data(forType:)](appkit/nspasteboarditem/data(fortype:).md)
- [string(forType:)](appkit/nspasteboarditem/string(fortype:).md)
