---
title: name
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmactionset/name
---

# name

The name of the action set.

## Declaration

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

## Discussion

Discussion Action set names must be unique within a home.

## See Also

### Related Documentation

- [HomeKit Developer Guide](apple-archive/documentation/NetworkingInternet/Conceptual/HomeKitDeveloperGuide/Introduction.md)

### Identifiying an action set

- [uniqueIdentifier](homekit/hmactionset/uniqueidentifier.md)
- [updateName(_:completionHandler:)](homekit/hmactionset/updatename(_:completionhandler:).md)
