IUpdateSummary.LastUpdated Property
Applies To: Windows Server Update Services
Gets the date when the summary information was last updated.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
DateTime LastUpdated { get; }
property DateTime LastUpdated {
DateTime get();
}
abstract LastUpdated : DateTime with get
ReadOnly Property LastUpdated As Date
Type: System.DateTime
The date and time when the summary information was last updated in Coordinated Universal Time.
The date represents the time when the client reported the event that corresponds to this summary information.
IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace
Return to top