CacheContainerOrPayloadVerifyBeginEventArgs Class
EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CacheContainerOrPayloadVerifyBegin» .
Properties
Property | Description |
---|---|
PackageOrContainerId | Gets the identifier of the container or package. |
PayloadId | Gets the identifier of the payload. |
WixToolset.Mba.Core.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
PackageOrContainerId Property
Gets the identifier of the container or package.
Declaration
public string PackageOrContainerId { get; set; }
PayloadId Property
Gets the identifier of the payload.
Declaration
public string PayloadId { get; set; }