Returns the current progress status. The value returned is greater or equal to 0 and less or equal to 100.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property PercentCompleted() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_PercentCompleted(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public Integer getPercentCompleted(); |






