Skip to content

PlanRelatedBundleTypeEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanRelatedBundleType»

PropertyDescription
BundleIdGets the identity of the bundle to plan for.
RecommendedTypeGets the recommended plan type for the bundle.
TypeGets or sets the plan type for the bundle.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the identity of the bundle to plan for.

public string BundleId { get; set; }

Gets the recommended plan type for the bundle.

public RelatedBundlePlanType RecommendedType { get; set; }

Gets or sets the plan type for the bundle.

public RelatedBundlePlanType Type { get; set; }