IComputerTarget.LastReportedInventoryTime Property
Applies To: Windows Server Update Services
Get the UTC time at which this computer last reported inventory to the server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime LastReportedInventoryTime { get; }
property DateTime LastReportedInventoryTime {
DateTime get();
}
abstract LastReportedInventoryTime : DateTime with get
ReadOnly Property LastReportedInventoryTime As Date
Property Value
Type: System.DateTime
The UTC time at which the computer target last reported inventory to this server.
Remarks
DateTime.MinValue means that this computer has never reported inventory to the server.
See Also
IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace
Return to top