Share via


UpdateServicesPackage.InstallableItems Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieve the InstallableItems list.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public ReadOnly Property InstallableItems As IList(Of InstallableItem)
'Usage
Dim instance As UpdateServicesPackage
Dim value As IList(Of InstallableItem)

value = instance.InstallableItems
public IList<InstallableItem> InstallableItems { get; }
public:
property IList<InstallableItem^>^ InstallableItems {
    IList<InstallableItem^>^ get ();
}
/** @property */
public IList<InstallableItem> get_InstallableItems ()
public function get InstallableItems () : IList<InstallableItem>

Property Value

The list of installable items contains in this package.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.