Returns the caption of the MainWindowHandle of the process. If the handle is zero (0), then an empty string is returned.
[Visual Basic] Public ReadOnly Property MainWindowTitle As String [C#] public string MainWindowTitle {get;} [C++] public: __property String* get_MainWindowTitle(); [JScript] public function get MainWindowTitle() : String;
Process Class | Process Members | System.Diagnostics Namespace