---
title: name
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiaccessibilitylocationdescriptor/name
---

# name

Returns the plaintext string representation of the name for the accessibility location descriptor.

## Declaration

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

## See Also

### Getting the descriptor information

- [attributedName](uikit/uiaccessibilitylocationdescriptor/attributedname.md)
- [point](uikit/uiaccessibilitylocationdescriptor/point.md)
- [view](uikit/uiaccessibilitylocationdescriptor/view.md)
