SPLogEventUsageEntry.CustomProperties property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CustomProperties As Dictionary(Of String, Object)
Get
'Usage
Dim instance As SPLogEventUsageEntry
Dim value As Dictionary(Of String, Object)
value = instance.CustomProperties
public Dictionary<string, Object> CustomProperties { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, Object>