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