UpdateCollection.Contains Method (IUpdate)
UpdateCollection.Contains Method (IUpdate)
Determines if the collection contains the specified update.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Usage

Syntax

Visual Basic
Public Function Contains ( _
    value As IUpdate _
) As Boolean
C#
public bool Contains (
    IUpdate value
)
C++
public:
bool Contains (
    IUpdate^ value
)
J#
public boolean Contains (
    IUpdate value
)
JScript
public function Contains (
    value : IUpdate
) : boolean

Parameters

value

An IUpdate of the update to locate in the collection.

Return Value

True if the collection contains the update; otherwise, false.
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also

Tags :


Page view tracker