Share via


PrerequisiteGroup.Ids Property

 

Applies To: Windows Server Update Services

Gets the list of package identifiers.

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

Syntax

public IList<Guid> Ids { get; }
public:
property IList<Guid>^ Ids {
    IList<Guid>^ get();
}
member Ids : IList<Guid> with get
Public ReadOnly Property Ids As IList(Of Guid)

Property Value

Type: System.Collections.Generic.IList<Guid>

A list of package identifiers.

Remarks

[This property can be found only in the API delivered with WSUS 3.0 SP1.]

See Also

PrerequisiteGroup Class
Microsoft.UpdateServices.Administration Namespace

Return to top