Share via


SynchronizationProgress.TotalItems Property

 

Applies To: Windows Server Update Services

The total number of updates or deployments to synchronize.

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

Syntax

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

Property Value

Type: System.Int32

The total number of updates or deployments to synchronize. To determine whether the total represents updates or deployments, call Phase.

Remarks

The total for the approval phase is the sum of:

  • The number of approvals to add

  • The number of approvals to remove

  • The number of target groups on the upstream server

  • One count for end-user license agreement (EULA) approval processing

  • One count for declined update processing

See Also

SynchronizationProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top