If the property value is set to true, synchronization of database Properties is executed.
    Namespace: 
   PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public bool SynchronizeDatabaseOptions { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property SynchronizeDatabaseOptions As Boolean  | 
| Visual C++ | 
|---|
public: property bool SynchronizeDatabaseOptions { bool get (); void set (bool value); }  |