WebProcessInformation::ProcessID Property

 

Gets the process identifier.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property int ProcessID {
	int get();
}

Property Value

Type: System::Int32

The process identifier.

This is the identifier of the worker process that hosts ASP.NET.

The following example shows how to obtain the process identifier.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: