ADSyncFrequencyUnit Enumeration

Specifies the time unit for synchronization of Project Server groups or the Enterprise Resource Pool with Active Directory directory services.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ADSyncFrequencyUnit
'Usage
Dim instance As ADSyncFrequencyUnit
[CLSCompliantAttribute(true)]
public enum ADSyncFrequencyUnit

Members

Member name Description
Days Value=0. The time unit is days.
Weeks Value=1. The time unit is weeks.
Months Value=2. The time unit is months.

Remarks

For more information, see the GetActiveDirectorySyncEnterpriseResourcePoolSettings or GetActiveDirectorySyncGroupSettings PSI methods.

Note

The [Admin Web service] namespace also includes the ADSyncFrequencyUnit type.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace