Skip to main content

UnregisterBeginEventArgs Class

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

Properties

PropertyDescription
RecommendedRegistrationTypeGets the recommended registration type.
RegistrationTypeGets or sets the registration type.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

RecommendedRegistrationType Property

Gets the recommended registration type.

Declaration

public RegistrationType RecommendedRegistrationType { get; set; } 

RegistrationType Property

Gets or sets the registration type.

Declaration

public RegistrationType RegistrationType { get; set; }