---
title: dataHandle
framework: coreservices
role: symbol
role_heading: Instance Property
path: coreservices/aedesc/1444550-datahandle
---

# dataHandle

An opaque storage type that points to the storagefor the descriptor data. Your application doesn’t access thisdata directly—rather, it calls one of the functions AEGetDescDataSize(_:), AEGetDescData(_:_:_:), or AEReplaceDescData(_:_:_:_:).See AEDataStorage.

## Declaration

```swift
var dataHandle: AEDataStorage!
```
