ADSyncGroupSettings Class
Manages settings for synchronizing Active Directory directory service groups with the Enterprise Resource Pool.
Inheritance Hierarchy
System.Object
Microsoft.Office.Project.Server.Library.ADSyncGroupSettings
Microsoft.Office.Project.Server.Library.ADSyncERPSettings
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class ADSyncGroupSettings
'Usage
Dim instance As ADSyncGroupSettings
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class ADSyncGroupSettings
Remarks
Use the GetActiveDirectorySyncGroupSettings method and the SetActiveDirectorySyncGroupSettings method 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.