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!

ProcessThread.Id

Returns the unique identifier for the associated thread.

[Visual Basic]
Public ReadOnly Property Id As Integer
[C#]
public int Id {get;}
[C++]
public: __property int get_Id();
[JScript]
public function get Id() : int;

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace