If the property value is true, then synchronization of permissions occurs.

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

Syntax

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

See Also