---
title: isNetworkAccessRestricted
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmnetworkconfigurationprofile/isnetworkaccessrestricted
---

# isNetworkAccessRestricted

An indication of whether the accessory’s access to the network is restricted.

## Declaration

```swift
var isNetworkAccessRestricted: Bool { get }
```

## Discussion

Discussion When the value is true, the accessory experiences restricted network access. When the value is false, the accessory’s access to the network isn’t restricted.
