Task.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.
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.