---
title: isEnabled
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neapppushmanager/isenabled
---

# isEnabled

A property you use to toggle enabling the configuration.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion The framework sets this value to NO when your app saves a configuration that overlaps with this configuration. This overlap occurs when a new NEAppPushManager saves a configuration with a matchSSIDs list that contains an SSID which is also a member of this manager’s SSID list.

## See Also

### Inspecting manager properties

- [isActive](networkextension/neapppushmanager/isactive.md)
- [localizedDescription](networkextension/neapppushmanager/localizeddescription.md)
