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.6+73c897383236ddbbbc6ba257634013c1269ceec2
HResult Property
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; }