API Reference
Class
InstalledUpdateInventoryQueryOptions
Options controlling installed update inventory collection and filtering.
Inheritance
- Object
- InstalledUpdateInventoryQueryOptions
Constructors
public InstalledUpdateInventoryQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Optional target computer. Null or local aliases target the local machine.
public Boolean IncludePendingLocal { get; set; } #When true and targeting the local machine, include pending updates from WUA COM.
public String TitleContains { get; set; } #Optional case-insensitive filter applied to update titles.
public String KbContains { get; set; } #Optional case-insensitive filter applied to KB identifiers.
public Nullable<DateTime> InstalledAfterUtc { get; set; } #Optional UTC lower bound for installed updates.
public Int32 MaxResults { get; set; } #Maximum number of rows returned.