_TaskItem.PercentComplete 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.
Returns or sets an Integer (int in C#) value indicating the percentage of the task completed at the current date and time. Read/write.
public:
property int PercentComplete { int get(); void set(int value); };
public int PercentComplete { get; set; }
Public Property PercentComplete As Integer