Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains summary information about the status of one run of a user profile synchronization job.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.Office.Server.UserProfiles.SynchronizationRunStatus
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.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SynchronizationRunStatus _
Inherits SPAutoSerializingObject
'Usage
Dim instance As SynchronizationRunStatus
[GuidAttribute("24CE917C-FF69-464f-AFBC-F9C64EDAA6C6")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SynchronizationRunStatus : SPAutoSerializingObject
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.