DetectForwardCompatibleBundleEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectForwardCompatibleBundle»
Properties
Property | Description |
---|---|
BundleId | Gets the identity of the forward compatible bundle detected. |
BundleTag | Gets the tag of the forward compatible bundle. |
MissingFromCache | Whether the forward compatible bundle is missing from the package cache. |
PerMachine | Gets whether the detected forward compatible bundle is per machine. |
RelationType | Gets the relationship type of the forward compatible bundle. |
Version | Gets the version of the forward compatible bundle detected. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
BundleId Property {#bundleid}
Gets the identity of the forward compatible bundle detected.
Declaration
public string BundleId { get; set; }
BundleTag Property {#bundletag}
Gets the tag of the forward compatible bundle.
Declaration
public string BundleTag { get; set; }
MissingFromCache Property {#missingfromcache}
Whether the forward compatible bundle is missing from the package cache.
Declaration
public bool MissingFromCache { get; set; }
PerMachine Property {#permachine}
Gets whether the detected forward compatible bundle is per machine.
Declaration
public bool PerMachine { get; set; }
RelationType Property {#relationtype}
Gets the relationship type of the forward compatible bundle.
Declaration
public RelationType RelationType { get; set; }
Version Property {#version}
Gets the version of the forward compatible bundle detected.
Declaration
public string Version { get; set; }