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 | |
---|---|---|
UpdateApprovalScope() | Initializes an instance of the UpdateApprovalScope class. |
Properties
Name | Description | |
---|---|---|
ComputerTargetGroups | Gets the list of target groups to search in for install approvals. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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