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 or sets the trace correlation ID used by the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property TraceCorrelationId As String
Get
Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As String
value = instance.TraceCorrelationId
instance.TraceCorrelationId = value
public string TraceCorrelationId { get; set; }
Property value
Type: System.String
Remarks
The value may be null when the request has not been executed or if the server does not the return correlation ID.