---
title: toManyRelationshipKeys
framework: objectivec
role: symbol
role_heading: Instance Property
path: objectivec/nsobject-swift.class/tomanyrelationshipkeys
---

# toManyRelationshipKeys

An array containing the keys for the to-many relationship properties of the receiver.

## Declaration

```swift
var toManyRelationshipKeys: [String] { get }
```

## See Also

### Working with Class Descriptions

- [attributeKeys](objectivec/nsobject-swift.class/attributekeys.md)
- [classDescription](objectivec/nsobject-swift.class/classdescription.md)
- [inverse(forRelationshipKey:)](objectivec/nsobject-swift.class/inverse(forrelationshipkey:).md)
- [toOneRelationshipKeys](objectivec/nsobject-swift.class/toonerelationshipkeys.md)
