ProgressEventArgs.CurrentProgress Property
Gets the current progress of the operation.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public int CurrentProgress { get; private set; }
public:
property int CurrentProgress {
int get();
private: void set(int value);
}
Public Property CurrentProgress As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
The amount of progress in percent.
See Also
ProgressEventArgs Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top