UpdateApprovalScope Class

 

Applies To: Windows Server Update Services

Defines a set of parameters that can be used as part of UpdateScope to filter results based on update approval properties.

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

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.UpdateApprovalScope

Syntax

public class UpdateApprovalScope
public ref class UpdateApprovalScope 
type UpdateApprovalScope = class end
Public Class UpdateApprovalScope

Constructors

Name Description
System_CAPS_pubmethod UpdateApprovalScope()

Initializes an instance of the UpdateApprovalScope class.

Properties

Name Description
System_CAPS_pubproperty ComputerTargetGroups

Gets the list of target groups to search in for install approvals.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top