---
title: propertyList()
framework: avfoundation
role: symbol
role_heading: Instance Method
path: avfoundation/avmediaselectionoption/propertylist()
---

# propertyList()

Returns a serializable property list that’s sufficient to identify the option within its group.

## Declaration

```swift
func propertyList() -> Any
```

## Return Value

Return Value A serializable property list that you can use to obtain an instance of AVMediaSelectionOption representing the same option as the receiver using mediaSelectionOption(withPropertyList:).

## Discussion

Discussion You can serialize the returned property list using PropertyListSerialization.
