Skip to main content

ApplyDowngradeEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ApplyDowngrade»

Properties

PropertyDescription
RecommendationGets the recommended HRESULT.
StatusGets or sets the HRESULT for Apply.

WixToolset.Mba.Core.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; }