---
title: dictionaryValue
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatavalue/dictionaryvalue
---

# dictionaryValue

The underlying dictionary.

## Declaration

```swift
var dictionaryValue: MLDataValue.DictionaryType? { get }
```

## See Also

### Accessing dictionary values

- [MLDataValue.DictionaryType](createml/mldatavalue/dictionarytype.md)
