Click or drag to resize
AuthorizationSetupHandlerIsReusable Property
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

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

Property Value

Type: Boolean

Implements

IHttpHandlerIsReusable
See Also