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 | |
---|---|---|
Files | Gets the update files in this installable item. |
|
Id | Gets the GUID for this installable item. |
|
Languages | Gets all the languages supported by this installable item. |
Methods
Name | Description | |
---|---|---|
GetInstallableItems() | Gets the installable items that represent the installable subcomponents of this installable item. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top