TraceRecord.Category Property
Gets or sets the tracing category.
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property Category As String
Get
Set
'Usage
Dim instance As TraceRecord
Dim value As String
value = instance.Category
instance.Category = value
public string Category { get; set; }
public:
property String^ Category {
String^ get ();
void set (String^ value);
}
member Category : string with get, set
function get Category () : String
function set Category (value : String)
Property Value
Type: System.String
The tracing category.