共用方式為


SPClickthroughUsageEntry.BrowserSessionId property

NOTE: This API is now obsolete.

取得或設定瀏覽器工作階段的識別碼。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property BrowserSessionId As String
    Get
    Set
'用途
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.BrowserSessionId

instance.BrowserSessionId = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string BrowserSessionId { get; set; }

Property value

Type: System.String
瀏覽器工作階段的識別碼。

備註

瀏覽器工作階段識別碼為非持續性。每次使用者關閉瀏覽器中,取得終結非持續性的工作階段 cookie。下一次相同的使用者會開啟新的瀏覽器視窗,工作階段記錄為不同的瀏覽器工作階段的識別碼。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace