Percentage Property
Summary
Gets the progress of the current operation, expressed as a percentage.
Syntax
public int Percentage { get; }
Public ReadOnly Property Percentage As Integer
public int getPercentage();
public void setPercentage(
int intValue
);
public:
property int Percentage {
int get();
}
Property Value
A value between 0 and 100 that represents the percent completion of the process.