Skip to main content

PlanRelatedBundleTypeEventArgs Class

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

Properties

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.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

BundleId Property

Gets the identity of the bundle to plan for.

Declaration

public string BundleId { get; set; } 

RecommendedType Property

Gets the recommended plan type for the bundle.

Declaration

public RelatedBundlePlanType RecommendedType { get; set; } 

Type Property

Gets or sets the plan type for the bundle.

Declaration

public RelatedBundlePlanType Type { get; set; }