ProgressRecord.PercentComplete Property

Definition

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

Property Value

Applies to