Share via


PackageUpdatingEventArgs.Progress Property

Definition

Gets an approximation of the package's update progress.

public:
 property double Progress { double get(); };
double Progress();
public double Progress { get; }
var double = packageUpdatingEventArgs.progress;
Public ReadOnly Property Progress As Double

Property Value

Double

double

A value in the range of 0 through 1.0 which represents approximately how far along the package is in the update process.

Applies to