ExecuteProcess.SuccessValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value returned by the executable or batch file that indicates success.
public:
property int SuccessValue { int get(); void set(int value); };
public int SuccessValue { get; set; }
member this.SuccessValue : int with get, set
Public Property SuccessValue As Integer
Property Value
An Integer that contains the value returned by the executable or batch file that indicates success. By default this value is set to 0.