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>

See also

Reference

SPLogEventUsageEntry class

SPLogEventUsageEntry members

Microsoft.SharePoint.Administration namespace