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.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
Status Property
Gets the return code of the operation.
Declaration
public int Status { get; set; }