Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date and time to start Active Directory service synchronization.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property StartUpdateTime As DateTime
Get
Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As DateTime
value = instance.StartUpdateTime
instance.StartUpdateTime = value
public DateTime StartUpdateTime { get; set; }
Property value
Type: System.DateTime