Skip to content

PlanMsiFeatureEventArgs Class

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

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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the identity of the feature to plan.

public string FeatureId { get; set; }

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

public string PackageId { get; set; }

Gets the recommended feature state to use by planning.

public FeatureState RecommendedState { get; set; }

Gets or sets the feature state to use by planning.

public FeatureState State { get; set; }