PlanRestoreRelatedBundleEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanRestoreRelatedBundle»
Properties
| Property | Description |
|---|---|
| BundleId | Gets the identity of the bundle to plan for. |
| RecommendedState | Gets the recommended requested state for the bundle. |
| State | Gets or sets the requested state for the bundle. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
BundleId Property
Gets the identity of the bundle to plan for.
Declaration
public string BundleId { get; set; }RecommendedState Property
Gets the recommended requested state for the bundle.
Declaration
public RequestState RecommendedState { get; set; }State Property
Gets or sets the requested state for the bundle.
Declaration
public RequestState State { get; set; }