ApplyDowngradeEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ApplyDowngrade»
Properties
| Property | Description |
|---|---|
| Recommendation | Gets the recommended HRESULT. |
| Status | Gets or sets the HRESULT for Apply. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Recommendation Property
Gets the recommended HRESULT.
Declaration
public int Recommendation { get; set; }Status Property
Gets or sets the HRESULT for Apply.
Declaration
public int Status { get; set; }