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 correlation identifier of the error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property CorrelationId As Guid
Get
Set
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As Guid
value = instance.CorrelationId
instance.CorrelationId = value
public Guid CorrelationId { get; set; }
Property value
Type: System.Guid
The correlation identifier.