SPClickthroughUsageEntry.IsBestBetResult property
NOTE: This API is now obsolete.
Gets or sets whether the clicked URL is a BestBet result.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property IsBestBetResult As Nullable(Of Boolean)
Get
Set
'Usage
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 if the entry is a best bet result; otherwise, false.
See also
Reference
SPClickthroughUsageEntry class