---
title: "readAttributeNetworkName(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthreadnetworkdiagnostics/readattributenetworkname(completionhandler:)"
---

# readAttributeNetworkName(completionHandler:)

## Declaration

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

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