Share via


ThreadDestroyEvent.LoggerThreadId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the identifier for the thread in this trace log.

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

Syntax

'Declaration
Public Property LoggerThreadId As Integer
    Get
    Private Set
'Usage
Dim instance As ThreadDestroyEvent
Dim value As Integer

value = instance.LoggerThreadId
public int LoggerThreadId { get; private set; }
public:
property int LoggerThreadId {
    int get ();
    private: void set (int value);
}
member LoggerThreadId : int with get, private set
function get LoggerThreadId () : int
private function set LoggerThreadId (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ThreadDestroyEvent Class

ThreadDestroyEvent Members

Microsoft.VisualStudio.TraceLog Namespace