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

# isEnabled

A Boolean used to toggle the enabled state of the filter.

## Declaration

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

## Discussion

Discussion Setting this property to true and saving the configuration will disable all other network content filters on the system, and will start the filter’s Filter Provider extensions. Setting this property to false and saving the configuration will disable the filter and stop the filter’s Filter Provider extensions.

## See Also

### Accessing filter configuration properties

- [providerConfiguration](networkextension/nefiltermanager/providerconfiguration.md)
- [localizedDescription](networkextension/nefiltermanager/localizeddescription.md)
