Share via


SoftwareDistributionPackage.BundledPackages Property

 

Applies To: Windows Server Update Services

Gets the list of packages bundled by this package.

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

Syntax

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

Property Value

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

The list of packages bundled by this package.

Remarks

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

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top