ADSyncStatus enumeration

Office 2013 and later

Status of the Enterprise Resource Pool synchronization with Active Directory directory service groups.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
NeverRunValue=0. Status never run.
PartialFailValue=1. Status partially failed.
FailedValue=2. Status failed.
InProgressValue=3. Status in progress.
GroupNotFoundValue=4. Status group not found.
SucceededValue=5. Status succeeded.

The Status() property uses the ADSyncStatus enumeration. For more information, see the GetActiveDirectorySyncEnterpriseResourcePoolSettings and SetActiveDirectorySyncEnterpriseResourcePoolSettings PSI methods.

NoteNote

The WebSvcAdmin namespace also includes the ADSyncStatus type.

Show: