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

# localizedDescription

A string that contains the display name of the DNS settings configuration.

## Declaration

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

## Discussion

Discussion This string is used as the display name of the DNS settings configuration in the system’s settings UI. If this property is set to nil at the time that the configuration is created, it is automatically set to the display name of the calling app.

## See Also

### Accessing DNS configuration properties

- [isEnabled](networkextension/nednssettingsmanager/isenabled.md)
- [dnsSettings](networkextension/nednssettingsmanager/dnssettings.md)
- [onDemandRules](networkextension/nednssettingsmanager/ondemandrules.md)
