Share via


SynchronizationProgress.Phase Property

 

Applies To: Windows Server Update Services

Identifies the type of content that the downstream server is currently synchronizing with the upstream server.

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

Syntax

public SynchronizationPhase Phase { get; }
public:
property SynchronizationPhase Phase {
    SynchronizationPhase get();
}
member Phase : SynchronizationPhase with get
Public ReadOnly Property Phase As SynchronizationPhase

Property Value

Type: Microsoft.UpdateServices.Administration.SynchronizationPhase

The type of ontent that the downstream server is currently synchronizing with the upstream server. For possible values, see SynchronizationPhase.

See Also

SynchronizationProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top