Share via


NSManagedObject.ContextShouldIgnoreUnModeledPropertyChanges Property

Definition

Gets a Boolean value that tells whether the managed object should ignore changes to unmodeled properties.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ContextShouldIgnoreUnModeledPropertyChanges { [Foundation.Export("contextShouldIgnoreUnmodeledPropertyChanges")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("contextShouldIgnoreUnmodeledPropertyChanges")>]
static member ContextShouldIgnoreUnModeledPropertyChanges : bool

Property Value

A Boolean value that tells whether the managed object should ignore changes to unmodeled properties.

Attributes

Applies to