IUpdateServer.GetChildServers Method ()

 

Applies To: Windows Server Update Services

Get all downstream servers that sync directly from this server.

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

Syntax

DownstreamServerCollection GetChildServers()
DownstreamServerCollection^ GetChildServers()
abstract GetChildServers : unit -> DownstreamServerCollection
Function GetChildServers As DownstreamServerCollection

Return Value

Type: Microsoft.UpdateServices.Administration.DownstreamServerCollection

A collection containing all downstream servers that sync directly from this server.

See Also

IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top