Share via


ThreadChain.IntelliTraceThreadId Property

Gets the IntelliTrace thread id that identifies the thread in this IntelliTrace file.

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

Syntax

'Declaration
Public ReadOnly Property IntelliTraceThreadId As Integer
public int IntelliTraceThreadId { get; }
public:
property int IntelliTraceThreadId {
    int get ();
}
member IntelliTraceThreadId : int with get
function get IntelliTraceThreadId () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

ThreadChain Class

Microsoft.VisualStudio.IntelliTrace Namespace