Gets or sets true value if the object is synchronized.
Namespace:
PerpetuumSoft.DataModelAssembly: 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); } |