Version

EnableConcurrencyChecks Property

if enabled by default Timestamp for Activity,Variance or Resource will be compared with the initially received Timestamp, and if it is different (i.e. someone else modified the activity the OnConcurrencyConflict event will be raised this means that the developer will need to ensure a Timestamp column exists in the data source note that this currently works only for data source controls binding. It is not supported for data source objects
Syntax
'Declaration
 
Public Property EnableConcurrencyChecks As Boolean
public bool EnableConcurrencyChecks {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also