---
title: providerConfiguration
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefiltermanager/providerconfiguration
---

# providerConfiguration

A NEFilterProviderConfiguration object containing the filter configuration settings.

## Declaration

```swift
var providerConfiguration: NEFilterProviderConfiguration? { get set }
```

## Discussion

Discussion If this property is nil after calling loadFromPreferencesWithCompletionHandler:, then the filter configuration does not exist in the Network Extension preferences.

## See Also

### Accessing filter configuration properties

- [isEnabled](networkextension/nefiltermanager/isenabled.md)
- [localizedDescription](networkextension/nefiltermanager/localizeddescription.md)
