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.
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>.