ScriptResourceHandler.IsReusable Property

Definition

When overridden in a derived class, gets a value that indicates whether another request can use the instance of the class.

protected:
 virtual property bool IsReusable { bool get(); };
protected virtual bool IsReusable { get; }
member this.IsReusable : bool
Protected Overridable ReadOnly Property IsReusable As Boolean

Property Value

true in all cases.

Applies to