ADSyncGroupSettings.ScheduledUpdates property
Especifica se as atualizações de grupo de sincronização do Active Directory estão agendadas.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property ScheduledUpdates As Boolean
Get
Set
'Uso
Dim instance As ADSyncGroupSettings
Dim value As Boolean
value = instance.ScheduledUpdates
instance.ScheduledUpdates = value
public bool ScheduledUpdates { get; set; }
Property value
Type: System.Boolean