ADSyncGroupSettings class

Manages synchronization settings between Active Directory groups and the Enterprise Resource Pool.

Inheritance hierarchy

System.Object
  WebSvcAdmin.ADSyncGroupSettings
    WebSvcAdmin.ADSyncERPSettings

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ADSyncGroupSettings
'Usage
Dim instance As ADSyncGroupSettings
[SerializableAttribute]
public class ADSyncGroupSettings

Remarks

The ADSyncGroupSettings class includes properties that you can set on the Active Directory Synchronization page in Project Web App (http://[ServerName]/[ProjectServerName]/layouts/pwa/admin/ADSyncERP.aspx). Use the GetActiveDirectorySyncGroupSettings and SetActiveDirectorySyncGroupSettings PSI methods to manage Active Directory group synchronization settings.

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

ADSyncGroupSettings members

WebSvcAdmin namespace