CachePayloadExtractCompleteEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CachePayloadExtractComplete»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| ContainerId | Gets the identifier of the container. |
| PayloadId | Gets the identifier of the payload. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
ContainerId Property
Section titled “ContainerId Property”Gets the identifier of the container.
Declaration
Section titled “Declaration”public string ContainerId { get; set; }PayloadId Property
Section titled “PayloadId Property”Gets the identifier of the payload.
Declaration
Section titled “Declaration”public string PayloadId { get; set; }