---
title: name
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkdevice/name
---

# name

The user-facing name for the device.

## Declaration

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

## See Also

### Accessing Data About a Device

- [udiDeviceIdentifier](healthkit/hkdevice/udideviceidentifier.md)
- [firmwareVersion](healthkit/hkdevice/firmwareversion.md)
- [hardwareVersion](healthkit/hkdevice/hardwareversion.md)
- [localIdentifier](healthkit/hkdevice/localidentifier.md)
- [manufacturer](healthkit/hkdevice/manufacturer.md)
- [model](healthkit/hkdevice/model.md)
- [softwareVersion](healthkit/hkdevice/softwareversion.md)
