Skip to content

CachePayloadExtractBeginEventArgs Class

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

PropertyDescription
ContainerIdGets the identifier of the container.
PayloadIdGets the identifier of the payload.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the identifier of the container.

public string ContainerId { get; set; }

Gets the identifier of the payload.

public string PayloadId { get; set; }