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

# localizedDescription

A string containing the display name of the VPN configuration.

## Declaration

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

## Discussion

Discussion This string is used as the display name of the VPN configuration in the system’s VPN settings UI. 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 VPN configuration properties

- [isEnabled](networkextension/nevpnmanager/isenabled.md)
- [protocolConfiguration](networkextension/nevpnmanager/protocolconfiguration.md)
- [protocol](networkextension/nevpnmanager/protocol.md)
- [isOnDemandEnabled](networkextension/nevpnmanager/isondemandenabled.md)
- [onDemandRules](networkextension/nevpnmanager/ondemandrules.md)
