共用方式為


SPClickthroughUsageEntry.UserDepartment property

NOTE: This API is now obsolete.

取得或設定發出 click 之使用者的部門名稱。

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

value = instance.UserDepartment

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

Property value

Type: System.String
「 使用者 」 部門。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace