---
title: resolvedKeyDictionary
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nscreatecommand/resolvedkeydictionary
---

# resolvedKeyDictionary

Returns a dictionary that contains the properties that were specified in the make Apple event command that has been converted to this NSCreateCommand object.

## Declaration

```swift
var resolvedKeyDictionary: [String : Any] { get }
```

## Return Value

Return Value A dictionary that contains the properties that were specified in the make Apple event script command that has been converted to this NSCreateCommand object.

## Discussion

Discussion The keys in the returned dictionary are the names of properties (attributes or relationships, in the script suite) that have been specified for the command, and the corresponding values in the dictionary are the values that those properties should take. The required and optional arguments for the make command are specified in the core suite definition, NSCoreSuite.scriptSuite.

## See Also

### Getting information about a create command

- [createClassDescription](foundation/nscreatecommand/createclassdescription.md)
