SPClickthroughUsageEntry.IsBestBetResult Property
Gets or sets whether the clicked URL is a BestBet result.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
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
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