ADSyncERPSettings2.ScheduledUpdates property
Gets or sets a value that indicates whether group updates for Active Directory synchronization are scheduled.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property ScheduledUpdates As Boolean
Get
Set
'Usage
Dim instance As ADSyncERPSettings2
Dim value As Boolean
value = instance.ScheduledUpdates
instance.ScheduledUpdates = value
public bool ScheduledUpdates { get; set; }
Property value
Type: System.Boolean
True if group updates for Active Directory synchronization are scheduled; otherwise, False.