Share via


Installer.InstallCommands Property

Definition

Gets a read-only collection of installer commands for the current installer.

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

Property Value

A generic ReadOnlyCollection of InstallCommand objects.

Applies to