Share via


IsReusable Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value indicating whether another request can use the IHttpHandler instance.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
Public ReadOnly Property IsReusable As Boolean
'Usage
Dim instance As PreviewRedirect
Dim value As Boolean

value = instance.IsReusable
public bool IsReusable { get; }
public:
virtual property bool IsReusable {
    bool get () sealed;
}
public final function get IsReusable () : boolean

Property Value

Type: System..::.Boolean
false in all cases.

Implements

IHttpHandler..::.IsReusable

Remarks

You explicitly set the IsReusable property to true or false by code you provide that overrides the IsReusable property accessor (getter).

Set the overriding value to true if the IHttpHandler instance is reusable; otherwise, set the value to false.

Permissions

See Also

Reference

PreviewRedirect Class

PreviewRedirect Members

Microsoft.CommerceServer.Marketing.WebService Namespace