InstallerContext.InstallationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.