ADSyncGroupSettings.ScheduledUpdates Property
Specifies 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 ADSyncGroupSettings
Dim value As Boolean
value = instance.ScheduledUpdates
instance.ScheduledUpdates = value
public bool ScheduledUpdates { get; set; }
Property Value
Type: System.Boolean