TraceContextRecord.Message Property
Assembly: System.Web (in system.web.dll)
The message can be any string, and is used to write detailed tracing information. It corresponds to the message parameter that is passed to the System.Web.TraceContext.Write and System.Web.TraceContext.Warn methods. The information can be run-time values, messages to orient you and guide you through a program's execution, or other diagnostic data.
The following code example demonstrates how to access the Message property of a TraceContextRecord, and print it to the Response stream.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
TraceContextRecord ClassTraceContextRecord Members
System.Web Namespace