Share via


ContentSelector.TraceMode Property (BCL)

The TraceMode property is a read/write Boolean that indicates whether tracing of content item scoring should be enabled.

Definition

[Visual Basic .NET]

Public Property TraceMode As System.Boolean

[C#]

public System.Boolean TraceMode{get; set;} 

Property Value

A Boolean value that indicates whether tracing of content item scoring should be enabled.

Remarks

When tracing is enabled, the TraceMessages property for the content items will be available in the TraceMessages collection after the GetContent method call returns.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Display Targeted Advertisements on an ASP.NET Web Form

Copyright © 2005 Microsoft Corporation.
All rights reserved.