PlanRelatedBundleTypeEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanRelatedBundleType»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| BundleId | Gets the identity of the bundle to plan for. |
| RecommendedType | Gets the recommended plan type for the bundle. |
| Type | Gets or sets the plan type for the bundle. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
BundleId Property
Section titled “BundleId Property”Gets the identity of the bundle to plan for.
Declaration
Section titled “Declaration”public string BundleId { get; set; }RecommendedType Property
Section titled “RecommendedType Property”Gets the recommended plan type for the bundle.
Declaration
Section titled “Declaration”public RelatedBundlePlanType RecommendedType { get; set; }Type Property
Section titled “Type Property”Gets or sets the plan type for the bundle.
Declaration
Section titled “Declaration”public RelatedBundlePlanType Type { get; set; }