AppInstanceErrorDetails.CorrelationId property
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.