NSManagedObjectContext.RetainsRegisteredObjects Property

Definition

Gets or sets a Boolean value that controls whether the receiver retains hard references to its registered managed objects.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool RetainsRegisteredObjects { [Foundation.Export("retainsRegisteredObjects")] get; [Foundation.Export("setRetainsRegisteredObjects:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("retainsRegisteredObjects")>]
[<set: Foundation.Export("setRetainsRegisteredObjects:")>]
member this.RetainsRegisteredObjects : bool with get, set

Property Value

Attributes

Applies to