---
title: isExportable
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/isexportable
---

# isExportable

A Boolean value that indicates whether you can export an asset using an export session.

## Declaration

```swift
static var isExportable: AVAsyncProperty<Root, Bool> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value.

## See Also

### Loading suitability

- [isPlayable](avfoundation/avpartialasyncproperty/isplayable-45h5v.md)
- [isReadable](avfoundation/avpartialasyncproperty/isreadable.md)
- [isComposable](avfoundation/avpartialasyncproperty/iscomposable.md)
- [isCompatibleWithAirPlayVideo](avfoundation/avpartialasyncproperty/iscompatiblewithairplayvideo.md)
- [isCompatibleWithSavedPhotosAlbum](avfoundation/avpartialasyncproperty/iscompatiblewithsavedphotosalbum.md)
