Share via


LogFileEntry.Context property

Contains information about the association of the log file entry and its correlation ID.

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

Syntax

'Declaration
Public Property Context As Dictionary(Of String, String)
    Get
    Friend Set
'Usage
Dim instance As LogFileEntry
Dim value As Dictionary(Of String, String)

value = instance.Context
public Dictionary<string, string> Context { get; internal set; }

Property value

Type: System.Collections.Generic.Dictionary<String, String>
Returns Dictionary<TKey, TValue>.

See also

Reference

LogFileEntry class

LogFileEntry members

Microsoft.SharePoint.Diagnostics namespace