API Reference
Class
InstalledUpdateInventoryQueryResult
Result produced by installed update inventory collection.
Inheritance
- Object
- InstalledUpdateInventoryQueryResult
Constructors
public InstalledUpdateInventoryQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Resolved target computer name.
public Boolean IncludePendingLocal { get; set; } #When true, pending local updates were requested.
public Boolean PendingIncluded { get; set; } #When true, pending updates were successfully merged into the result set.
public String TitleContains { get; set; } #Optional title substring filter.
public String KbContains { get; set; } #Optional KB substring filter.
public String InstalledAfterUtc { get; set; } #Optional UTC lower bound in ISO-8601 format.
public Int32 Scanned { get; set; } #Total rows matching the query before truncation.
public Boolean Truncated { get; set; } #When true, the returned rows were truncated.
public IReadOnlyList<UpdateInfo> Updates { get; set; } #Preview rows returned by the query after truncation.