Share via


ThreadDestroyEvent.IntelliTraceThreadId Property

Gets an ID that identifies the thread in this IntelliTrace file.

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ThreadDestroyEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace