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

# tag

The integer tag of the selected menu item.

## Declaration

```swift
var tag: Int { get set }
```

## Discussion

Discussion If no item is selected, the value in this property is 0.

## See Also

### Related Documentation

- [tag](appkit/nsactioncell/tag.md)
