---
title: "readAttributeProductLabel(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbasicinformation/readattributeproductlabel(completion:)"
---

# readAttributeProductLabel(completion:)

## Declaration

```swift
func readAttributeProductLabel(completion: @escaping @Sendable (String?, (any Error)?) -> Void)
```

```swift
func readAttributeProductLabel() async throws -> String
```
