WebRequestErrorEvent::ThreadInformation Property

 

Gets the application thread information.

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

public:
property WebThreadInformation^ ThreadInformation {
	WebThreadInformation^ get();
}

Property Value

Type: System.Web.Management::WebThreadInformation^

The application thread information.

The standard thread information is defined by the WebThreadInformation class.

The following code example shows how to obtain the ThreadInformation property value.

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

.NET Framework
Available since 2.0
Return to top
Show: