This documentation is archived and is not being maintained.
Page.IsReusable Property
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Public Overridable ReadOnly Property IsReusable As Boolean _ Implements IHttpHandler.IsReusable [C#] public virtual bool IsReusable {get;} [C++] public: __property virtual bool get_IsReusable(); [JScript] public function get IsReusable() : Boolean;
See Also
Show: