ULSLogEntry.ThreadID property
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ThreadID As UInteger
Get
Set
'Usage
Dim instance As ULSLogEntry
Dim value As UInteger
value = instance.ThreadID
instance.ThreadID = value
[DataMemberAttribute]
public uint ThreadID { get; set; }
Property value
Type: System.UInt32