---
title: isOrdered
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsrelationshipdescription/isordered
---

# isOrdered

A Boolean value that determines whether the relationship preserves the order of the referenced managed objects.

## Declaration

```swift
var isOrdered: Bool { get set }
```

## Discussion

Discussion The default value is false.

## See Also

### Configuring the Destination

- [inverseRelationship](coredata/nsrelationshipdescription/inverserelationship.md)
- [destinationEntity](coredata/nsrelationshipdescription/destinationentity.md)
