Click or drag to resize
AnalyticsLogHandlerIsReusable Property
Gets whether this handler can be reused for other request.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
public bool IsReusable { get; }

Property Value

Type: Boolean
Always True

Implements

IHttpHandlerIsReusable
See Also