System.Web.TraceContextRecord.Category Property

Gets the user-defined category for the trace record.

Syntax

public string Category { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The category is used to better organize trace messages into recognizable groups, but can be any string. The System.Web.TraceContext class uses string.Empty as its default category for methods that take only a message parameter. The default category for ASP.NET, which writes several trace records when tracing is enabled, is "aspx.page".

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0