SPLogEventUsageEntry constructor (String, Dictionary<String, Object>)

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

Syntax

'Declaration
Public Sub New ( _
    eventName As String, _
    customProperties As Dictionary(Of String, Object) _
)
'Usage
Dim eventName As String
Dim customProperties As Dictionary(Of String, Object)

Dim instance As New SPLogEventUsageEntry(eventName, _
    customProperties)
public SPLogEventUsageEntry(
    string eventName,
    Dictionary<string, Object> customProperties
)

Parameters

See also

Reference

SPLogEventUsageEntry class

SPLogEventUsageEntry members

SPLogEventUsageEntry overload

Microsoft.SharePoint.Administration namespace