共用方式為


SPClickthroughUsageEntry.ResultPosition 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 ResultPosition As Nullable(Of Long)
    Get
    Set
'用途
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Long)

value = instance.ResultPosition

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

Property value

Type: System.Nullable<Int64>
結果的位置。

備註

SearchClickType屬性時,此屬性代表已按選 URL 的搜尋結果中的位置。此屬性為 null (在 Visual Basic 中的Nothing ),如果ClickType屬性為Search以外的任何值。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace