Share via


SynchronizationProgress.ProcessedItems

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

public Int32 ProcessedItems {get;}
Public ReadOnly Property ProcessedItems As Int32

Property Value

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 SynchronizationProgress.Phase.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

SynchronizationProgress.TotalItems