This topic has not yet been rated - Rate this topic

UpdateApprovalCollection Class

Collection of update approvals. To retrieve this collection, call one of the following methods: GetUpdateApprovals; GetUpdateApprovals; GetUpdateApprovals.


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

[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("0EEB40F3-9C82-4514-AD40-A3D47A1FF656")] 
public class UpdateApprovalCollection : WsusCollection
/** @attribute SerializableAttribute() */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("0EEB40F3-9C82-4514-AD40-A3D47A1FF656") */ 
public class UpdateApprovalCollection extends WsusCollection
SerializableAttribute 
DefaultMemberAttribute("Item") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("0EEB40F3-9C82-4514-AD40-A3D47A1FF656") 
public class UpdateApprovalCollection extends WsusCollection
System.Object
   System.Collections.CollectionBase
     Microsoft.UpdateServices.Administration.WsusCollection
      Microsoft.UpdateServices.Administration.UpdateApprovalCollection
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.