SPDiagnosticsServiceBase.CorrelationVisibleID property
Gets the logging correlation identifier in the current thread.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CorrelationVisibleID As Guid
Get
'Usage
Dim instance As SPDiagnosticsServiceBase
Dim value As Guid
value = instance.CorrelationVisibleID
public Guid CorrelationVisibleID { get; }
Property value
Type: System.Guid
A correlation identifier in the current thread.
See also
Reference
SPDiagnosticsServiceBase class