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

# readAttributeProductName(completion:)

## Declaration

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

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