ADSyncGroupSettings.StartUpdateTime Property
Specifies the date and time to start Active Directory service synchronization.
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 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