API Reference
Class
WindowsUpdateServiceQueryOptions
Controls filtering for registered Windows Update services.
Inheritance
- Object
- WindowsUpdateServiceQueryOptions
Constructors
public WindowsUpdateServiceQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.