共用方式為


SPClickthroughUsageEntry.UserId 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 UserId As String
    Get
    Set
'用途
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.UserId

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

Property value

Type: System.String
使用者的唯一識別碼。

備註

針對Microsoft SharePoint Server 2010 Web Analytics 的帳戶名稱被取自目前的使用者身分識別。例如, System.Web.HTTPContext.Current.User.Identity.Name屬性。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace