Share via


IInstallableItem.Files Property

 

Applies To: Windows Server Update Services

Gets the update files in this installable item.

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

Syntax

ReadOnlyCollection<UpdateFile> Files { get; }
property ReadOnlyCollection<UpdateFile^>^ Files {
    ReadOnlyCollection<UpdateFile^>^ get();
}
abstract Files : ReadOnlyCollection<UpdateFile> with get
ReadOnly Property Files As ReadOnlyCollection(Of UpdateFile)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<UpdateFile>

A collection of UpdateFile objects that represent the files in this installable item.

See Also

IInstallableItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top