Share via


IntelliTraceThread.ManagedThreadId Property

Gets the managed thread ID for this thread.

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

Syntax

'Declaration
Public Property ManagedThreadId As Long
public long ManagedThreadId { get; private set; }
public:
property long long ManagedThreadId {
    long long get ();
    private: void set (long long value);
}
member ManagedThreadId : int64 with get, private set
function get ManagedThreadId () : long 
private function set ManagedThreadId (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

IntelliTraceThread Class

Microsoft.VisualStudio.IntelliTrace Namespace