---
title: routeDisplayName
framework: avsystemrouting
role: symbol
role_heading: Instance Property
path: avsystemrouting/avsystemroute-9kkj3/routedisplayname
---

# routeDisplayName

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

## Declaration

```occ
@property (copy, readonly) NSString * routeDisplayName;
```

## 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.
