ADSyncGroupSettings Class
Manage settings for synchronizing Active Directory groups with the Enterprise Resource Pool.
Inheritance Hierarchy
System.Object
WebSvcAdmin.ADSyncGroupSettings
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ADSyncGroupSettings
'Usage
Dim instance As ADSyncGroupSettings
[SerializableAttribute]
public class ADSyncGroupSettings
Remarks
The ADSynchGroupSettings class includes properties that you can set on the Active Directory Synchronization page in Project Web Access (http://[ServerName]/[ProjectServerName]/layouts/pwa/admin/ADSyncERP.aspx). Use the GetActiveDirectorySyncGroupSettings[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.