Share via


ThreadNameChangedEvent.Category Property

Gets the category of the thread.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property Category As Integer
public int Category { get; private set; }
public:
property int Category {
    int get ();
    private: void set (int value);
}
member Category : int with get, private set
function get Category () : int 
private function set Category (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ThreadNameChangedEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace