---
title: routeDisplayName
framework: avsystemrouting
role: symbol
role_heading: Instance Property
path: avsystemrouting/avsystemroute-5s2um/routedisplayname
---

# routeDisplayName

The user-facing display name of the remote device or route.

## Declaration

```swift
final var routeDisplayName: String { get }
```

## Mentioned in

Routing and streaming media to remote devices

## Discussion

Discussion Use this property to show the name of the destination device in your app’s user interface. The display name typically reflects a custom name for the device or a default name the system provides.
