---
title: displayName
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avexternalstoragedevice/displayname
---

# displayName

The name of an external storage device that’s appropriate for a user interface.

## Declaration

```swift
var displayName: String? { get }
```

## Discussion

Discussion The value is nil when the system can’t retrieve information from external storage device.

## See Also

### Inspecting a storage device

- [isConnected](avfoundation/avexternalstoragedevice/isconnected.md)
- [uuid](avfoundation/avexternalstoragedevice/uuid.md)
- [freeSize](avfoundation/avexternalstoragedevice/freesize.md)
- [totalSize](avfoundation/avexternalstoragedevice/totalsize.md)
- [isNotRecommendedForCaptureUse](avfoundation/avexternalstoragedevice/isnotrecommendedforcaptureuse.md)
- [reasonsNotRecommendedForCaptureUse](avfoundation/avexternalstoragedevice/reasonsnotrecommendedforcaptureuse.md)
- [AVExternalStorageDevice.ReasonNotRecommendedForCaptureUse](avfoundation/avexternalstoragedevice/reasonnotrecommendedforcaptureuse.md)
