HResultEventArgs Class
Base class for BA «see T:System.EventArgs» classes.
Properties
Property | Description |
---|---|
HResult | Gets or sets the «see P:WixToolset.Mba.Core.HResultEventArgs.HResult» of the operation. This is passed back to the engine. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
HResult Property {#hresult}
Gets or sets the «see P:WixToolset.Mba.Core.HResultEventArgs.HResult» of the operation. This is passed back to the engine.
Declaration
public int HResult { get; set; }