次の方法で共有


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