---
title: localizedDescription
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefiltermanager/localizeddescription
---

# localizedDescription

A string containing a description of the filter configuration.

## Declaration

```swift
var localizedDescription: String? { get set }
```

## Discussion

Discussion If this property is set to nil at the time that the configuration is created, it will be automatically set to the display name of the calling app.

## See Also

### Accessing filter configuration properties

- [isEnabled](networkextension/nefiltermanager/isenabled.md)
- [providerConfiguration](networkextension/nefiltermanager/providerconfiguration.md)
