IComputerTarget.LastReportedStatusTime Property

 

Applies To: Windows Server Update Services

Gets the last time this client sent its update installation status to the WSUS server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

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

Property Value

Type: System.DateTime

The last time this client sent its update installation status to the WSUS server. The date is in Coordinated Universal Time. DateTime.MinValue means that the client has never sent its status to the WSUS server.

Remarks

A return value of DateTime.MinValue means that the client has never sent its status to the WSUS server.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top