TestimoX

API Reference

Class

InstalledUpdateInventoryQueryOptions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Options controlling installed update inventory collection and filtering.

Inheritance

  • Object
  • InstalledUpdateInventoryQueryOptions

Constructors

public InstalledUpdateInventoryQueryOptions() #

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.