---
title: servicesMenu
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsapplication/servicesmenu
---

# servicesMenu

The app’s Services menu.

## Declaration

```swift
var servicesMenu: NSMenu? { get set }
```

## Discussion

Discussion This property contains the app’s Services menu or nil if that menu has not been created. You can assign a new value to the property to set the Services menu for your app.

## See Also

### Managing the Services Menu

- [registerServicesMenuSendTypes(_:returnTypes:)](appkit/nsapplication/registerservicesmenusendtypes(_:returntypes:).md)
