Share via


ULSLogEntry.Correlation property

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Correlation As Guid
    Get
    Set
'Usage
Dim instance As ULSLogEntry
Dim value As Guid

value = instance.Correlation

instance.Correlation = value
[DataMemberAttribute]
public Guid Correlation { get; set; }

Property value

Type: System.Guid

See also

Reference

ULSLogEntry class

ULSLogEntry members

Microsoft.SharePoint.Diagnostics namespace