NDoc 1.3.1 SDK

ProgressArgs.Status Property

Gets the current work label.

[Visual Basic]
Public Property ReadOnly Status As String
[C#]
public string Status { get; }
[C++]
public: __property String* get_Status();
[JScript]
public function get Status() : String

Property Value

A short description of the current work beeing done.

See Also

ProgressArgs Class | NDoc.Core Namespace