Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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