UnregisterBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.UnregisterBegin»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| RecommendedRegistrationType | Gets the recommended registration type. |
| RegistrationType | Gets or sets the registration type. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
RecommendedRegistrationType Property
Section titled “RecommendedRegistrationType Property”Gets the recommended registration type.
Declaration
Section titled “Declaration”public RegistrationType RecommendedRegistrationType { get; set; }RegistrationType Property
Section titled “RegistrationType Property”Gets or sets the registration type.
Declaration
Section titled “Declaration”public RegistrationType RegistrationType { get; set; }