---
title: keyClassDescription
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsscriptobjectspecifier/keyclassdescription
---

# keyClassDescription

Returns the class description of the objects specified by the receiver.

## Declaration

```swift
var keyClassDescription: NSScriptClassDescription? { get }
```

## Return Value

Return Value The class description of the objects specified by the receiver.

## See Also

### Getting and setting object keys

- [key](foundation/nsscriptobjectspecifier/key.md)
