Table of Contents

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

bool

errorMessage

Error message if the Windows update check failed

public string errorMessage { get; set; }

Property Value

string

lastChecked

When the last Windows update check was performed

public DateTime lastChecked { get; set; }

Property Value

DateTime

updateCount

Number of pending Windows updates

public int updateCount { get; set; }

Property Value

int

updateTitles

Titles of pending Windows updates

public List<string> updateTitles { get; set; }

Property Value

List<string>

updatesAvailable

True if there are pending Windows updates

public bool updatesAvailable { get; set; }

Property Value

bool