---
title: NSMultipleValuesMarker
framework: appkit
role: symbol
role_heading: Global Variable
path: appkit/nsmultiplevaluesmarker
---

# NSMultipleValuesMarker

This marker indicates that a key’s value contains multiple values that differ.

## Declaration

```swift
var NSMultipleValuesMarker: AnyObject
```

## Discussion

Discussion A binding can be configured to always return this marker for multiple items, even if the values are the same.

## See Also

### Constants

- [NSNoSelectionMarker](appkit/nsnoselectionmarker.md)
- [NSNotApplicableMarker](appkit/nsnotapplicablemarker.md)
