This topic has not yet been rated - Rate this topic

UpdateInstallationInfoCollection Class

Collection of update installation information. To retrieve this collection, call one of the following methods: GetUpdateInstallationInfoPerUpdate; GetUpdateInstallationInfoPerComputerTarget.GetUpdateInstallationInfoPerComputerTarget.


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

[SerializableAttribute] 
[GuidAttribute("DF2C80AA-B24F-4C3D-B4D4-9A09DDDC1FA0")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[DefaultMemberAttribute("Item")] 
public class UpdateInstallationInfoCollection : WsusCollection
/** @attribute SerializableAttribute() */ 
/** @attribute GuidAttribute("DF2C80AA-B24F-4C3D-B4D4-9A09DDDC1FA0") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public class UpdateInstallationInfoCollection extends WsusCollection
SerializableAttribute 
GuidAttribute("DF2C80AA-B24F-4C3D-B4D4-9A09DDDC1FA0") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
DefaultMemberAttribute("Item") 
public class UpdateInstallationInfoCollection extends WsusCollection
System.Object
   System.Collections.CollectionBase
     Microsoft.UpdateServices.Administration.WsusCollection
      Microsoft.UpdateServices.Administration.UpdateInstallationInfoCollection
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.