DetectRelatedBundleEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectRelatedBundle»
Properties
| Property | Description |
|---|---|
| BundleTag | Gets the tag of the related package bundle. |
| MissingFromCache | Whether the related bundle is missing from the package cache. |
| PerMachine | Gets whether the detected bundle is per machine. |
| ProductCode | Gets the identity of the related bundle detected. |
| RelationType | Gets the relationship type of the related bundle. |
| Version | Gets the version of the related bundle detected. |
WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
BundleTag Property
Gets the tag of the related package bundle.
Declaration
public string BundleTag { get; set; }
MissingFromCache Property
Whether the related bundle is missing from the package cache.
Declaration
public bool MissingFromCache { get; set; }
PerMachine Property
Gets whether the detected bundle is per machine.
Declaration
public bool PerMachine { get; set; }
ProductCode Property
Gets the identity of the related bundle detected.
Declaration
public string ProductCode { get; set; }
RelationType Property
Gets the relationship type of the related bundle.
Declaration
public RelationType RelationType { get; set; }
Version Property
Gets the version of the related bundle detected.
Declaration
public string Version { get; set; }