---
title: typeIdentifier
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nsdataasset/typeidentifier
---

# typeIdentifier

The uniform type identifier for the data asset.

## Declaration

```swift
var typeIdentifier: String { get }
```

## Discussion

Discussion A uniform type identifier is a string for identifying the type of data. This UTI is the same as the one specified in the asset catalog. For more information, see Uniform Type Identifiers Overview.

## See Also

### Getting data asset information

- [name](uikit/nsdataasset/name.md)
- [NSDataAssetName](uikit/nsdataassetname.md)
