StatusEventArgs Class
Base class for «see T:System.EventArgs» classes that receive status from the engine.
Properties
Property | Description |
---|---|
Status | Gets the return code of the operation. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Status Property {#status}
Gets the return code of the operation.
Declaration
public int Status { get; set; }