TestimoX

API Reference

Class

WindowsUpdateServiceQueryOptions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Controls filtering for registered Windows Update services.

Inheritance

  • Object
  • WindowsUpdateServiceQueryOptions

Constructors

public WindowsUpdateServiceQueryOptions() #

Properties

public String Name { get; set; } #

Optional service display name filter. Matches when the service name contains the supplied value.

public String ServiceId { get; set; } #

Optional service identifier filter. Matches when the service identifier contains the supplied value.

public Nullable<Boolean> IsManaged { get; set; } #

Optional managed-state filter.

public Nullable<Boolean> IsRegisteredWithAutomaticUpdates { get; set; } #

Optional Automatic Updates registration filter.

public Nullable<Boolean> IsDefaultAutomaticUpdatesService { get; set; } #

Optional default Automatic Updates service filter.

public Nullable<Boolean> OffersWindowsUpdates { get; set; } #

Optional offers-Windows-updates filter.