<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/HMNetworkConfigurationProfile/isNetworkAccessRestricted",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:objc(cs)HMNetworkConfigurationProfile(py)networkAccessRestricted"
  },
  "title" : "isNetworkAccessRestricted"
}
-->

# isNetworkAccessRestricted

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

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)