IComputerTarget.LastSyncTime Property
Applies To: Windows Server Update Services
Gets the UTC time at which the client last synchronized itself with the WSUS server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime LastSyncTime { get; }
property DateTime LastSyncTime {
DateTime get();
}
abstract LastSyncTime : DateTime with get
ReadOnly Property LastSyncTime As Date
Property Value
Type: System.DateTime
The UTC time at which the client last synchronized itself with the WSUS server.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top