If the property value is true then the synchronization of the extended property occurs.

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public bool SynchronizeExtendedProperties { get; set; }
Visual Basic (Declaration)
Public Property SynchronizeExtendedProperties As Boolean
Visual C++
public:
property bool SynchronizeExtendedProperties {
	bool get ();
	void set (bool value);
}

See Also