Delen 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