WebProcessInformation::ProcessName Property

 

Gets the name of the process.

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

public:
property String^ ProcessName {
	String^ get();
}

Property Value

Type: System::String^

The name of the process.

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

The following example shows how to obtain the process name.

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

.NET Framework
Available since 2.0
Return to top
Show: