共用方式為


ADSyncGroupSettings.ScheduledUpdates Property

Specifies whether group updates for Active Directory synchronization are scheduled.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

See Also

Reference

ADSyncGroupSettings Class

ADSyncGroupSettings Members

WebSvcAdmin Namespace