---
title: name
framework: imagecapturecore
role: symbol
role_heading: Instance Property
path: imagecapturecore/icdevice/name
---

# name

The device’s name as reported by the device module, or if no device module is in control of this device, by the device transport.

## Declaration

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

## Discussion

Discussion

## See Also

### Identifying a Device

- [productKind](imagecapturecore/icdevice/productkind.md)
- [icon](imagecapturecore/icdevice/icon.md)
- [uuidString](imagecapturecore/icdevice/uuidstring.md)
- [persistentIDString](imagecapturecore/icdevice/persistentidstring.md)
- [serialNumberString](imagecapturecore/icdevice/serialnumberstring.md)
