SynchronizationStatus class

Contains summary information about user profile imports.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.UserProfiles.SynchronizationStatus

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<GuidAttribute("24CE917C-FF69-464f-AFBC-F9C64EDAA6C6")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SynchronizationStatus _
    Implements IEnumerable(Of SynchronizationRunStatus), IEnumerable
'Usage
Dim instance As SynchronizationStatus
[GuidAttribute("24CE917C-FF69-464f-AFBC-F9C64EDAA6C6")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SynchronizationStatus : IEnumerable<SynchronizationRunStatus>, 
    IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SynchronizationStatus members

Microsoft.Office.Server.UserProfiles namespace