ADSyncGroupSettings.ScheduledUpdates property
Specifies whether group updates for Active Directory synchronization are scheduled.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.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