ADSyncERPSettings2.LastUpdateTime property
Gets or sets the date and time of the most recent synchronization of Active Directory groups with the Enterprise Resource Pool.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LastUpdateTime As DateTime
Get
Set
'Usage
Dim instance As ADSyncERPSettings2
Dim value As DateTime
value = instance.LastUpdateTime
instance.LastUpdateTime = value
public DateTime LastUpdateTime { get; set; }
Property value
Type: System.DateTime
The date and time of the most recent synchronization.