---
title: name
framework: tvservices
role: symbol
role_heading: Instance Property
path: tvservices/tvappprofiledescriptor/name
---

# name

The user-visible label associated with the app profile.

## Declaration

```swift
var name: String { get set }
```

## Discussion

Discussion Use this property to store the user-readable name for the user profile. When prompting the user to select a preferred profile, the TVUserManager displays the names from your TVAppProfileDescriptor objects in the selection dialog. You must specify a nonempty string in this property.
