Gets or sets true value if the object is synchronized.
Namespace:
PerpetuumSoft.DataModel.MsSql.SynchronizersAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool NeedSynchronizing { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NeedSynchronizing As Boolean |
| Visual C++ |
|---|
public: property bool NeedSynchronizing { bool get (); void set (bool value); } |