Share via


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)

Syntax

DateTime LastUpdated { get; }
property DateTime LastUpdated {
    DateTime get();
}
abstract LastUpdated : DateTime with get
ReadOnly Property LastUpdated As Date

Property Value

Type: System.DateTime

The date and time when the summary information was last updated in Coordinated Universal Time.

Remarks

The date represents the time when the client reported the event that corresponds to this summary information.

See Also

IUpdateSummary Interface
Microsoft.UpdateServices.Administration Namespace

Return to top