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!

Process.MainWindowTitle

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;

See Also

Process Class | Process Members | System.Diagnostics Namespace