TraceHandler::IsReusable Property

 

Gets a value indicating whether another request can use the TraceHandler instance.

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

protected:
property bool IsReusable {
	bool get();
}

Property Value

Type: System::Boolean

false in all cases.

.NET Framework
Available since 2.0
Return to top
Show: