Share via


UpdateCategoryCollection.Contains Method (IUpdateCategory)

 

Applies To: Windows Server Update Services

Determines if the collection contains the specified product category.

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

Syntax

public bool Contains(
    IUpdateCategory value
)
public:
bool Contains(
    IUpdateCategory^ value
)
member Contains : 
        value:IUpdateCategory -> bool
Public Function Contains (
    value As IUpdateCategory
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the collection contains the category; otherwise, false.

See Also

Contains Overload
UpdateCategoryCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top