SynchronizationProgress.TotalItems
Total number of updates or deployments to synchronize.
public Int32 TotalItems {get;}
Public ReadOnly Property TotalItems As Int32
Property Value
Total number of updates or deployments to synchronize. To determine if the total represents updates or deployments, call SynchronizationProgress.Phase.
Remarks
The total for the approval phase is the sum of:
- Number of approvals to add
- Number of approvals to remove
- Number of target groups on the upstream server
- One count for end-user license agreement (EULA) approval processing
- One count for declined update processing
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. |