DetectMsiFeatureEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectMsiFeature»
Properties
Property | Description |
---|---|
FeatureId | Gets the identity of the feature detected. |
PackageId | Gets the identity of the feature's package detected. |
State | Gets the detected feature state. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
FeatureId Property
Gets the identity of the feature detected.
Declaration
public string FeatureId { get; set; }
PackageId Property
Gets the identity of the feature's package detected.
Declaration
public string PackageId { get; set; }
State Property
Gets the detected feature state.
Declaration
public FeatureState State { get; set; }