Share via


SynchronizationProgress.ProcessedItems Property

 

Applies To: Windows Server Update Services

Number of updates or deployments that have been synchronized so far.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public int ProcessedItems { get; }
public:
property int ProcessedItems {
    int get();
}
member ProcessedItems : int with get
Public ReadOnly Property ProcessedItems As Integer

Property Value

Type: System.Int32

Number of updates or deployments that have been synchronized so far. To determine if the number of processed items represents synchronized updates or deployments, call Phase.

See Also

SynchronizationProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top