CachePayloadExtractBeginEventArgs Class
EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CachePayloadExtractBegin» .
Properties
Property | Description |
---|---|
ContainerId | Gets the identifier of the container. |
PayloadId | Gets the identifier of the payload. |
WixToolset.Mba.Core.dll
version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2
ContainerId Property
Gets the identifier of the container.
Declaration
public string ContainerId { get; set; }
PayloadId Property
Gets the identifier of the payload.
Declaration
public string PayloadId { get; set; }