This documentation is archived and is not being maintained.
ProcessInfo.ProcessID Property
.NET Framework 1.1
Gets the ID number assigned to the process.
[Visual Basic] Public ReadOnly Property ProcessID As Integer [C#] public int ProcessID {get;} [C++] public: __property int get_ProcessID(); [JScript] public function get ProcessID() : int;
Property Value
The process ID number assigned by Windows.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ProcessInfo Class | ProcessInfo Members | System.Web Namespace
Show: