Gets and sets the exit code of the process. This exit code is used by the Exit method.
[Visual Basic] Public Shared Property ExitCode As Integer [C#] public static int ExitCode {get; set;} [C++] public: __property static int get_ExitCode(); public: __property static void set_ExitCode(int); [JScript] public static function get ExitCode() : int; public static function set ExitCode(int);
Get returns the exit code as an integer.
Set/Let is an integer representing the exit code.