MonobjcMonobjc Documented Class Library
RetainsRegisteredObjects Property
NamespacesMonobjc.CoreDataNSManagedObjectContextRetainsRegisteredObjects

Returns a Boolean that indicates whether the receiver sends a retain message to objects upon registration.

Original signature is '- (BOOL)retainsRegisteredObjects'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool RetainsRegisteredObjects { get; set; }
Public Overridable Property RetainsRegisteredObjects As Boolean
	Get
	Set
public:
virtual property bool RetainsRegisteredObjects {
	bool get ();
	void set (bool value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)