ADSyncGroupSettings.ScheduledUpdates Property
Specifies whether group updates for Active Directory synchronization are scheduled.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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