Skip to main content

PlanMsiFeatureEventArgs Class

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

Properties

PropertyDescription
FeatureIdGets the identity of the feature to plan.
PackageIdGets the identity of the feature's package to plan.
RecommendedStateGets the recommended feature state to use by planning.
StateGets or sets the feature state to use by planning.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

FeatureId Property

Gets the identity of the feature to plan.

Declaration

public string FeatureId { get; set; } 

PackageId Property

Gets the identity of the feature's package to plan.

Declaration

public string PackageId { get; set; } 

RecommendedState Property

Gets the recommended feature state to use by planning.

Declaration

public FeatureState RecommendedState { get; set; } 

State Property

Gets or sets the feature state to use by planning.

Declaration

public FeatureState State { get; set; }