When overridden in a derived class, gets a value that indicates whether another request can use the instance of the class.
Syntax
CSharp
protected virtual bool IsReusable { get; }VisualBasic
Protected Overridable ReadOnly Property IsReusable As Boolean
ManagedCPlusPlus
protected:
virtual bool IsReusable {
bool get ();
}JSharp
Value
Return Value
true in all cases.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)