Share via


UpdateInstallationInfoCollection.Contains Method (IUpdateInstallationInfo)

 

Applies To: Windows Server Update Services

Determines if the collection contains the specified installation information.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public bool Contains(
    IUpdateInstallationInfo value
)
public:
bool Contains(
    IUpdateInstallationInfo^ value
)
member Contains : 
        value:IUpdateInstallationInfo -> bool
Public Function Contains (
    value As IUpdateInstallationInfo
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the collection contains the installation information; otherwise, false.

See Also

Contains Overload
UpdateInstallationInfoCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top