UpdateScope.Classifications Property

 

Applies To: Windows Server Update Services

Gets or sets the list of update classifications to search. An update will be included only if it belongs to at least one of these classifications. If the list is empty, then no filtering will be done based on classification; updates from all classifications will be included. Defaults to empty.

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

Syntax

public UpdateClassificationCollection Classifications { get; }
public:
property UpdateClassificationCollection^ Classifications {
    UpdateClassificationCollection^ get();
}
member Classifications : UpdateClassificationCollection with get
Public ReadOnly Property Classifications As UpdateClassificationCollection

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateClassificationCollection

The list of update classifications to search in. An update will be included only if it belongs to at least one of these classifications. If empty, then no filtering will be done based on classification; updates from all classifications will be included. Defaults to empty.

Exceptions

Exception

Condition

ArgumentNullException

value cannot be null.

See Also

UpdateScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top