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