NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessStartInfo.ErrorDialog

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);

See Also

ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace