---
title: isMultiValued
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/cscustomattributekey/ismultivalued
---

# isMultiValued

A Boolean value that indicates if the custom attribute is likely to have multiple values, such as arrays, associated with it.

## Declaration

```swift
var isMultiValued: Bool { get }
```

## Discussion

Discussion The default value of this property is false.

## See Also

### Getting the attribute details

- [keyName](corespotlight/cscustomattributekey/keyname.md)
- [isSearchable](corespotlight/cscustomattributekey/issearchable.md)
- [isSearchableByDefault](corespotlight/cscustomattributekey/issearchablebydefault.md)
- [isUnique](corespotlight/cscustomattributekey/isunique.md)
