共用方式為


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

value = instance.IsBestBetResult

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

Property value

Type: System.Nullable<Boolean>
true項目是最佳的首選結果 ; 如果否則,請false。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace