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
System_CAPS_pubmethod PrerequisiteGroup()

Initializes a new instance of the PrerequisiteGroup class with an empty list of package identifiers.

Properties

Name Description
System_CAPS_pubproperty Ids

Gets the list of package identifiers.

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