Share via


SPMonitoredScopeData.CorrelationId property

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

See also

Reference

SPMonitoredScopeData class

SPMonitoredScopeData members

Microsoft.SharePoint.Diagnostics namespace