Sets or returns whether or not an error dialog should be displayed to the user if the process can not be started.
[Visual Basic] Public Property ErrorDialog As Boolean [C#] public bool ErrorDialog {get; set;} [C++] public: __property bool get_ErrorDialog(); public: __property void set_ErrorDialog(bool); [JScript] public function get ErrorDialog() : Boolean; public function set ErrorDialog(Boolean);
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace