API Reference
Class
UpdateInfo
Represents a Windows update item (installed or pending).
Inheritance
- Object
- UpdateInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ComputerInventory.InstalledUpdates
- Property ComputerInventory.PendingUpdates
- Property InstalledUpdateInventoryQueryResult.Updates
- Method Updates.GetInstalled
- Method Updates.GetInstalledAsync
- Method Updates.GetInstalledManyAsync
- Method Updates.GetPending
Accepted by parameters
Constructors
public UpdateInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Title { get; set; } #Update title or friendly descriptor.
public String Kb { get; set; } #Optional KB identifier (e.g., KB5034441).
public Nullable<DateTime> InstalledOn { get; set; } #Date when the update was installed, when known.
public Boolean IsInstalled { get; set; } #True if the update is installed.
public Boolean IsDownloaded { get; set; } #True if the update payload was downloaded.
public String ComputerName { get; set; } #Computer where the update applies.