LogFileEntry.ThreadID Property

The ID of the executing thread contained in the log file entry.

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ThreadID As UInteger
    Get
    Set
'Usage
Dim instance As LogFileEntry
Dim value As UInteger

value = instance.ThreadID

instance.ThreadID = value
public uint ThreadID { get; set; }

Property Value

Type: System.UInt32
Returns UInt32.

See Also

Reference

LogFileEntry Class

LogFileEntry Members

Microsoft.SharePoint.Diagnostics Namespace