Share via


ContentSelector.TraceMessages Property (BCL)

The TraceMessages property is a read-only StringCollection object containing the trace messages that describe the scoring of the content items. This property will always return null if the TraceMode property is not set to True.

Definition

[Visual Basic .NET]

Public ReadOnly Property TraceMessages As System.Collections.Specialized.StringCollection[]

[C#]

public System.Collections.Specialized.StringCollection[] TraceMessages{get;} 

Property Value

A StringCollection object containing the trace messages that describe the scoring of the content items.

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.