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

# destinationAddress

The destination network address of the route.

## Declaration

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

## Discussion

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

## See Also

### Accessing IPv4 Route Properties

- [destinationSubnetMask](networkextension/neipv4route/destinationsubnetmask.md)
- [gatewayAddress](networkextension/neipv4route/gatewayaddress.md)
