SPRequestUsageEntry.SessionId property
Gets or sets the browser session identifier that is generating the request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SessionId As String
Get
Set
'Usage
Dim instance As SPRequestUsageEntry
Dim value As String
value = instance.SessionId
instance.SessionId = value
public string SessionId { get; set; }
Property value
Type: System.String
A unique string that is used to identify a specific instance of session data.