ADSyncERPSettings.StartUpdateTime Property
Specifies the date and time to start Active Directory directory service synchronization.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property StartUpdateTime As DateTime
Get
Set
'Usage
Dim instance As ADSyncERPSettings
Dim value As DateTime
value = instance.StartUpdateTime
instance.StartUpdateTime = value
public DateTime StartUpdateTime { get; set; }
Property Value
Type: System.DateTime