SPLogEventUsageEntry constructor (String, Dictionary<String, Object>, Guid)
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), _
correlationId As Guid _
)
'Usage
Dim eventName As String
Dim customProperties As Dictionary(Of String, Object)
Dim correlationId As Guid
Dim instance As New SPLogEventUsageEntry(eventName, _
customProperties, correlationId)
public SPLogEventUsageEntry(
string eventName,
Dictionary<string, Object> customProperties,
Guid correlationId
)
Parameters
- eventName
Type: System.String
- customProperties
Type: System.Collections.Generic.Dictionary<String, Object>
- correlationId
Type: System.Guid