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