UpdateCollection.Contains Method (IUpdate)
Applies To: Windows Server Update Services
Determines if the collection contains the specified update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool Contains(
IUpdate value
)
public:
bool Contains(
IUpdate^ value
)
member Contains :
value:IUpdate -> bool
Public Function Contains (
value As IUpdate
) As Boolean
Parameters
value
Type: Microsoft.UpdateServices.Administration.IUpdateAn IUpdate of the update to locate in the collection.
Return Value
Type: System.Boolean
True if the collection contains the update; otherwise, false.
See Also
Contains Overload
UpdateCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top