Gets the percentage value.
[Visual Basic] Public Property ReadOnly Progress As Integer [C#] public int Progress { get; } [C++] public: __property int get_Progress(); [JScript] public function get Progress() : int
A number between 0 and 100 corresponding to the percentage of work completed.
ProgressArgs Class | NDoc.Core Namespace