Task.ChangeCount Property

Definition

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

public:
 property int ChangeCount { int get(); };
public int ChangeCount { get; }
Public ReadOnly Property ChangeCount As Integer

Property Value

An integer value containing the number of times the task has changed.

Applies to