Skip to main content

CacheAcquireCompleteEventArgs Class

EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CacheAcquireComplete» .

Properties

PropertyDescription
PackageOrContainerIdGets the identifier of the container or package.
PayloadIdGets the identifier of the payload (if acquiring a payload).

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

PackageOrContainerId Property

Gets the identifier of the container or package.

Declaration

public string PackageOrContainerId { get; set; } 

PayloadId Property

Gets the identifier of the payload (if acquiring a payload).

Declaration

public string PayloadId { get; set; }