WsusCollection.Contains Method (Object)

 

Applies To: Windows Server Update Services

Determines whether the specified element is in the collection.

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

Syntax

protected bool Contains(
    object value
)
protected:
bool Contains(
    Object^ value
)
member Contains : 
        value:Object -> bool
Protected Function Contains (
    value As Object
) As Boolean

Parameters

  • value
    Type: System.Object

    The element to locate in the collection.

Return Value

Type: System.Boolean

true if value is found in the collection; otherwise, false.

See Also

WsusCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top