_TaskItem.PercentComplete Property

Definition

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

Property Value

Applies to