Class StatusResponseModel.StatusWindowsUpdatesModel
- Namespace
- Contensive.BaseModels
- Assembly
- CPBase.dll
Windows update status included in the status response
public class StatusResponseModel.StatusWindowsUpdatesModel
- Inheritance
-
StatusResponseModel.StatusWindowsUpdatesModel
- Inherited Members
Properties
checkSuccessful
Whether the last Windows update check completed successfully
public bool checkSuccessful { get; set; }
Property Value
errorMessage
Error message if the Windows update check failed
public string errorMessage { get; set; }
Property Value
lastChecked
When the last Windows update check was performed
public DateTime lastChecked { get; set; }
Property Value
updateCount
Number of pending Windows updates
public int updateCount { get; set; }
Property Value
updateTitles
Titles of pending Windows updates
public List<string> updateTitles { get; set; }
Property Value
updatesAvailable
True if there are pending Windows updates
public bool updatesAvailable { get; set; }