.NET Framework Class Library

DocumentHandler.IHttpHandler.IsReusable Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > DocumentHandler Class > DocumentHandler Properties >

.NET Framework Class Library

DocumentHandler.IHttpHandler.IsReusable Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Private ReadOnly Property IsReusable As Boolean
 Implements IHttpHandler.IsReusable
 Get

C#

bool IHttpHandler.IsReusable { get; }

Visual C++

private:
virtual property bool IsReusable {
 bool get () sealed = IHttpHandler::IsReusable::get;
}

Implements

IHttpHandler.IsReusable

See Also

DocumentHandler Class

DocumentHandler Members

Gnostice.Controls.ASP Namespace