UserEngagement constructor
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pEngagementName As String, _
pUserAgent As String, _
pProperties As String, _
pUserKey As String, _
pEngagementId As Guid, _
pLogType As String, _
pDuration As Long, _
pSource As String, _
pClientLanguage As String, _
pServerLanguage As String, _
pSiteId As String, _
pWebId As String, _
pListId As String _
)
'Usage
Dim pEngagementName As String
Dim pUserAgent As String
Dim pProperties As String
Dim pUserKey As String
Dim pEngagementId As Guid
Dim pLogType As String
Dim pDuration As Long
Dim pSource As String
Dim pClientLanguage As String
Dim pServerLanguage As String
Dim pSiteId As String
Dim pWebId As String
Dim pListId As String
Dim instance As New UserEngagement(pEngagementName, _
pUserAgent, pProperties, pUserKey, _
pEngagementId, pLogType, pDuration, _
pSource, pClientLanguage, pServerLanguage, _
pSiteId, pWebId, pListId)
public UserEngagement(
string pEngagementName,
string pUserAgent,
string pProperties,
string pUserKey,
Guid pEngagementId,
string pLogType,
long pDuration,
string pSource,
string pClientLanguage,
string pServerLanguage,
string pSiteId,
string pWebId,
string pListId
)
Parameters
- pEngagementName
Type: System.String
- pUserAgent
Type: System.String
- pProperties
Type: System.String
- pUserKey
Type: System.String
- pEngagementId
Type: System.Guid
- pLogType
Type: System.String
- pDuration
Type: System.Int64
- pSource
Type: System.String
- pClientLanguage
Type: System.String
- pServerLanguage
Type: System.String
- pSiteId
Type: System.String
- pWebId
Type: System.String
- pListId
Type: System.String