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