IInstallableItem Interface

 

Applies To: Windows Server Update Services

This type defines an installable subcomponent of an update.

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

Syntax

public interface IInstallableItem
public interface class IInstallableItem
type IInstallableItem = interface end
Public Interface IInstallableItem

Properties

Name Description
System_CAPS_pubproperty Files

Gets the update files in this installable item.

System_CAPS_pubproperty Id

Gets the GUID for this installable item.

System_CAPS_pubproperty Languages

Gets all the languages supported by this installable item.

Methods

Name Description
System_CAPS_pubmethod GetInstallableItems()

Gets the installable items that represent the installable subcomponents of this installable item.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top