---
title: "writeAttributeLabelList(withValue:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteruserlabel/writeattributelabellist(withvalue:completion:)"
---

# writeAttributeLabelList(withValue:completion:)

## Declaration

```swift
func writeAttributeLabelList(withValue value: [Any], completion: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func writeAttributeLabelList(withValue value: [Any]) async throws
```
