PowerWEB LiveControls for ASP.NET
IsReusable Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ResourceHttpHandler Class : IsReusable Property



This property is used to indicate that the object instance can be used by other requests. It always returns true.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsReusable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ResourceHttpHandler
Dim value As Boolean
 
value = instance.IsReusable
C# 
public bool IsReusable {get;}
C++/CLI 
public:
property bool IsReusable {
   bool get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.