共用方式為


SPClickthroughUsageEntry.ClickTime property

NOTE: This API is now obsolete.

取得或設定當使用者按下 URL 的時間戳記。

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

value = instance.ClickTime

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

Property value

Type: System.DateTime
當使用者按下 URL 的時間戳記。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace