Skip to main content

DetectUpdateBeginEventArgs Class

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

Properties

PropertyDescription
SkipWhether to skip checking for bundle updates.
UpdateLocationGets the identity of the bundle to detect.

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Skip Property

Whether to skip checking for bundle updates.

Declaration

public bool Skip { get; set; } 

UpdateLocation Property

Gets the identity of the bundle to detect.

Declaration

public string UpdateLocation { get; set; }