Share via


InstallerContext.InstallationState Property

Definition

Gets or sets the current state of the installation process.

public:
 property Microsoft::Web::PlatformInstaller::InstallationState InstallationState { Microsoft::Web::PlatformInstaller::InstallationState get(); void set(Microsoft::Web::PlatformInstaller::InstallationState value); };
public Microsoft.Web.PlatformInstaller.InstallationState InstallationState { get; set; }
member this.InstallationState : Microsoft.Web.PlatformInstaller.InstallationState with get, set
Public Property InstallationState As InstallationState

Property Value

A valid value from the InstallationState enumeration.

Applies to