NDoc 1.3.1 SDK

ProgressArgs.Progress Property

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

Property Value

A number between 0 and 100 corresponding to the percentage of work completed.

See Also

ProgressArgs Class | NDoc.Core Namespace