ADSyncStatus enumeration

Indicates the state of the Enterprise Resource Pool synchronization process with associated Active Directory service groups.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ADSyncStatus
'Usage
Dim instance As ADSyncStatus
[SerializableAttribute]
public enum ADSyncStatus

Members

Member name Description
NeverRun Value=0. Status never run.
PartialFail Value=1. Status partially failed.
Failed Value=2. Status failed.
InProgress Value=3. Status in progress.
GroupNotFound Value=4. Status group not found.
Succeeded Value=5. Status succeeded.

Remarks

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

Note

The Microsoft.Office.Project.Server.Library namespace also includes the ADSyncStatus type.

See also

Reference

WebSvcAdmin namespace