Product.Installers Property

Definition

Gets a read-only collection of installers for the current product.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Installer ^> ^ Installers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Installer ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Installer> Installers { get; }
member this.Installers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Installer>
Public ReadOnly Property Installers As ReadOnlyCollection(Of Installer)

Property Value

A generic ReadOnlyCollection of Installer instances.

Applies to