SPAppInstanceErrorDetails.CorrelationId property
Gets the correlation identifier of the error.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CorrelationId As Guid
Get
Friend Set
'Usage
Dim instance As SPAppInstanceErrorDetails
Dim value As Guid
value = instance.CorrelationId
[DataMemberAttribute]
public Guid CorrelationId { get; internal set; }
Property value
Type: System.Guid
See also
Reference
SPAppInstanceErrorDetails class