Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets the installable items that represent the installable subcomponents of this installable item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
ReadOnlyCollection<IInstallableItem> GetInstallableItems()
ReadOnlyCollection<IInstallableItem^>^ GetInstallableItems()
abstract GetInstallableItems : unit -> ReadOnlyCollection<IInstallableItem>
Function GetInstallableItems As ReadOnlyCollection(Of IInstallableItem)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<IInstallableItem>
The collection of installable subcomponents of this installable item.
See Also
IInstallableItem Interface
Microsoft.UpdateServices.Administration Namespace
Return to top