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