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