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.
Correlation Id of the scope
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property CorrelationId As Guid
Get
Set
'Usage
Dim instance As SPMonitoredScopeData
Dim value As Guid
value = instance.CorrelationId
instance.CorrelationId = value
[DataMemberAttribute(IsRequired = true)]
public Guid CorrelationId { get; set; }
Property value
Type: System.Guid