Task.ChangeCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.