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.6+73c897383236ddbbbc6ba257634013c1269ceec2

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