Share via


InstallCommand.Installer Property

Definition

Gets a reference to the Installer object for this InstallCommand instance.

protected:
 property Microsoft::Web::PlatformInstaller::Installer ^ Installer { Microsoft::Web::PlatformInstaller::Installer ^ get(); };
protected Microsoft.Web.PlatformInstaller.Installer Installer { get; }
member this.Installer : Microsoft.Web.PlatformInstaller.Installer
Protected ReadOnly Property Installer As Installer

Property Value

the Installer object for this InstallCommand instance.

Applies to