Share via


SoftwareDistributionPackage.InstallableItems Property

 

Applies To: Windows Server Update Services

Gets a list of the installable items in the package.

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

Syntax

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

Property Value

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

A list of the installable items in the package.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top