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.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