<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.6.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSManagedObject/contextShouldIgnoreUnmodeledPropertyChanges",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSManagedObject(cpy)contextShouldIgnoreUnmodeledPropertyChanges"
  },
  "title" : "contextShouldIgnoreUnmodeledPropertyChanges"
}
-->

# contextShouldIgnoreUnmodeledPropertyChanges

A Boolean value that indicates whether to mark instances of the class as having changes when an unmodeled property changes.

```
class var contextShouldIgnoreUnmodeledPropertyChanges: Bool { get }
```

## Return Value

<doc://com.apple.documentation/documentation/Swift/false> if instances of the class should be marked as having changes if an unmodeled property is changed, otherwise <doc://com.apple.documentation/documentation/Swift/true>.

## Discussion

The default value is <doc://com.apple.documentation/documentation/Swift/true>.

## See Also

[`hasChanges`](/documentation/CoreData/NSManagedObjectContext/hasChanges)

A Boolean value that indicates whether the context has uncommitted changes.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)