Skip to main content

RegisterBeginEventArgs Class

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

Properties

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

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

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