IAnalyticsUsageEvent.SessionId property
Gets or set the user session ID.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Property SessionId As String
Get
Set
'Usage
Dim instance As IAnalyticsUsageEvent
Dim value As String
value = instance.SessionId
instance.SessionId = value
string SessionId { get; set; }
Property value
Type: System.String