UnregisterBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.UnregisterBegin»
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 {#recommendedregistrationtype}
Gets the recommended registration type.
Declaration
public RegistrationType RecommendedRegistrationType { get; set; }
RegistrationType Property {#registrationtype}
Gets or sets the registration type.
Declaration
public RegistrationType RegistrationType { get; set; }