Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ChartImageHttpHandler Class / IsReusable Property


In This Topic
    IsReusable Property
    In This Topic
    Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReusable As Boolean
    'Usage
     
    
    Dim instance As ChartImageHttpHandler
    Dim value As Boolean
     
    value = instance.IsReusable
    public bool IsReusable {get;}
    See Also