This topic has not yet been rated - Rate this topic

DownstreamServerCollection Class

The set of downstream Windows Server Update Servers (WSUS) servers. To get this collection, call GetDownstreamServers.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As DownstreamServerCollection

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("B1F963BD-3007-40D2-BCB4-CA7789DB9C85")] 
[DefaultMemberAttribute("Item")] 
public class DownstreamServerCollection : WsusCollection
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("B1F963BD-3007-40D2-BCB4-CA7789DB9C85") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public class DownstreamServerCollection extends WsusCollection
SerializableAttribute 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("B1F963BD-3007-40D2-BCB4-CA7789DB9C85") 
DefaultMemberAttribute("Item") 
public class DownstreamServerCollection extends WsusCollection
System.Object
   System.Collections.CollectionBase
     Microsoft.UpdateServices.Administration.WsusCollection
      Microsoft.UpdateServices.Administration.DownstreamServerCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.