Task.PercentComplete Property

Definition

Gets or sets the completeion percentage of the task. PercentComplete must be between 0 and 100.

public:
 property double PercentComplete { double get(); void set(double value); };
public double PercentComplete { get; set; }
Public Property PercentComplete As Double

Property Value

A Double value indicating the percentage complete for the task.

Applies to