UpdateScope.UpdateTypes Property

 

Applies To: Windows Server Update Services

Gets or sets the update types to search for. An update will be included only if its update type is included in this value.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public UpdateTypes UpdateTypes { get; set; }
public:
property UpdateTypes UpdateTypes {
    UpdateTypes get();
    void set(UpdateTypes value);
}
member UpdateTypes : UpdateTypes with get, set
Public Property UpdateTypes As UpdateTypes

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateTypes

The update types to search for. An update will be included only if its update type is included in this value. This value may be a combination of any number of values from UpdateTypes. Defaults to All.

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top