ProgressRecord.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 and sets the estimate of the percentage of total work for the activity that is completed. Typically displayed as a progress bar. Set to a negative value to indicate that the percentage completed should not be displayed.
public:
property int PercentComplete { int get(); void set(int value); };
public:
property int PercentComplete { int get(); void set(int value); };
public int PercentComplete { get; set; }
member this.PercentComplete : int with get, set
Public Property PercentComplete As Integer