---
title: keyPath
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/sortdescriptor/keypath
---

# keyPath

The key path to the field for comparison.

## Declaration

```swift
var keyPath: PartialKeyPath<Compared>? { get }
```

## Discussion

Discussion This value is nil when Compared is not an NSObject
