Click to Rate and Give Feedback
MSDN
MSDN Library
Contains Method
 Contains Method (IUpdate)

  Switch on low bandwidth view
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)
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2003
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker