ADSyncGroupSettings.LastUpdateTime Property
Time of the previous update for Active Directory synchronization with groups.
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 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