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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.