InstallStatusEventArgs.InstallerContext Property

Definition

Gets the context of the installer this event represents.

public:
 property Microsoft::Web::PlatformInstaller::InstallerContext ^ InstallerContext { Microsoft::Web::PlatformInstaller::InstallerContext ^ get(); };
public Microsoft.Web.PlatformInstaller.InstallerContext InstallerContext { get; }
member this.InstallerContext : Microsoft.Web.PlatformInstaller.InstallerContext
Public ReadOnly Property InstallerContext As InstallerContext

Property Value

An InstallerContext instance.

Applies to