CommandLineActivationOperation.ExitCode Property

Definition

Sets the exit code for the app that was launched from the command line.

public:
 property int ExitCode { int get(); void set(int value); };
int ExitCode();

void ExitCode(int value);
public int ExitCode { get; set; }
var int32 = commandLineActivationOperation.exitCode;
commandLineActivationOperation.exitCode = int32;
Public Property ExitCode As Integer

Property Value

Int32

int

The code the app returned when it exits.

Applies to