---
title: destinationAddress
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neipv6route/destinationaddress
---

# destinationAddress

The destination network address of the route.

## Declaration

```swift
var destinationAddress: String { get }
```

## Discussion

Discussion This string is combined with destinationNetworkPrefixLength to specify the destination network of the route.

## See Also

### Accessing IPv6 Route Properties

- [destinationNetworkPrefixLength](networkextension/neipv6route/destinationnetworkprefixlength.md)
- [gatewayAddress](networkextension/neipv6route/gatewayaddress.md)
