ADSyncERPSettings class

NOTE: This API is now obsolete.

Provides settings for synchronizing an Enterprise Resource Pool with an Active Directory group.

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> _
<ObsoleteAttribute("Use ADSyncERPSettings2 instead")> _
<CLSCompliantAttribute(True)> _
Public Class ADSyncERPSettings _
    Inherits ADSyncGroupSettings
'Usage
Dim instance As ADSyncERPSettings
[SerializableAttribute]
[ObsoleteAttribute("Use ADSyncERPSettings2 instead")]
[CLSCompliantAttribute(true)]
public class ADSyncERPSettings : ADSyncGroupSettings

Remarks

Use the GetActiveDirectorySyncEnterpriseResourcePoolSettings method and the SetActiveDirectorySyncEnterpriseResourcePoolSettings method for synchronizing an Enterprise Resource Pool with an Active Directory group.

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

ADSyncERPSettings members

Microsoft.Office.Project.Server.Library namespace