ExecuteProcess.SuccessValue Property

Definition

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.

Implements

Applies to