Gets or sets a value indicating whether to synchronize fields.

C# | Visual Basic | Visual 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); }

true if synchronization of fields has to be performed; otherwise, false.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)