CommandLineActivationOperation.ExitCode 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.
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.