Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the browser session identifier that is generating the request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.