---
title: title
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsmenu/title
---

# title

The title of the menu.

## Declaration

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

## Discussion

Discussion This property contains a string value indicating the title of the menu. If the menu is a submenu of the application’s main menu, then the title of the menu appears in the menu bar.
