ChangeCount property

int? ChangeCount
Gets the number of times the task has changed since it was created.

Implementation

int? get ChangeCount => this.PropertyBag[TaskSchema.ChangeCount] as int?;