MonobjcMonobjc Documented Class Library
SynchronizeFields Property
NamespacesMonobjcObjectiveCMessageAttributeSynchronizeFields

Gets or sets a value indicating whether to synchronize fields.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("No needed anymore. Remove this attribute safely.")]
public bool SynchronizeFields { get; set; }
<ObsoleteAttribute("No needed anymore. Remove this attribute safely.")> _
Public Property SynchronizeFields As Boolean
	Get
	Set
[ObsoleteAttribute(L"No needed anymore. Remove this attribute safely.")]
public:
property bool SynchronizeFields {
	bool get ();
	void set (bool value);
}
Value
true if synchronization of fields has to be performed; otherwise, false.
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 (Module: Monobjc)