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