DownstreamServerCollection.Contains Method (IDownstreamServer)
Applies To: Windows Server Update Services
Determines whether the collection contains the specified downstream server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool Contains(
IDownstreamServer value
)
public:
bool Contains(
IDownstreamServer^ value
)
member Contains :
value:IDownstreamServer -> bool
Public Function Contains (
value As IDownstreamServer
) As Boolean
Parameters
value
Type: Microsoft.UpdateServices.Administration.IDownstreamServerThe IDownstreamServer to find in the collection.
Return Value
Type: System.Boolean
true if the collection contains the downstream server, otherwise false.
See Also
Contains Overload
DownstreamServerCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top