RegisterBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.RegisterBegin»
Properties
Property | Description |
---|---|
RecommendedRegistrationType | Gets the recommended registration type. |
RegistrationType | Gets or sets the registration type. |
WixToolset.Mba.Core.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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; }