WebProcessStatistics::ProcessStartTime Property

 

Gets the time when the process started.

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

public:
property DateTime ProcessStartTime {
	DateTime get();
}

Property Value

Type: System::DateTime

The DateTime when the process started.

The following code example shows how to get the ProcessStartTime value.

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

.NET Framework
Available since 2.0
Return to top
Show: