<!--
{
  "availability" : [
    "tvOS: 13.0.0 - 16.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVAppProfileDescriptor/name",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TV Services"
    ],
    "preciseIdentifier" : "c:objc(cs)TVAppProfileDescriptor(py)name"
  },
  "title" : "name"
}
-->

# name

The user-visible label associated with the app profile.

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

## 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`](/documentation/TVServices/TVUserManager) displays the names from your [`TVAppProfileDescriptor`](/documentation/TVServices/TVAppProfileDescriptor) objects in the selection dialog.

You must specify a nonempty string in this property.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)