PrerequisiteGroup Class
Applies To: Windows Server Update Services
A group of package identifiers to be used as prerequisites.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.PrerequisiteGroup
Syntax
public class PrerequisiteGroup
public ref class PrerequisiteGroup
type PrerequisiteGroup = class end
Public Class PrerequisiteGroup
Constructors
Name | Description | |
---|---|---|
PrerequisiteGroup() | Initializes a new instance of the PrerequisiteGroup class with an empty list of package identifiers. |
Properties
Name | Description | |
---|---|---|
Ids | Gets the list of package identifiers. |
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