ADSyncGroupSettings.LastUpdateTime Property
Specifies the date and time of the most recent synchronization of Active Directory groups with the Enterprise Resource Pool.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property LastUpdateTime As DateTime
Get
Set
'Usage
Dim instance As ADSyncGroupSettings
Dim value As DateTime
value = instance.LastUpdateTime
instance.LastUpdateTime = value
public DateTime LastUpdateTime { get; set; }
Property Value
Type: System.DateTime