Applies To: Windows Server Update Services
Gets or sets the current progress value for the operation.
Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public long CurrentProgress { get; set; }
public:
property long long CurrentProgress {
    long long get();
    void set(long long value);
}
member CurrentProgress : int64 with get, set
Public Property CurrentProgress As Long
Property Value
Type: System.Int64
The current progress value for this operation.
See Also
CleanupEventArgs Class
Microsoft.UpdateServices.Administration Namespace
Return to top