Share via


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

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