SPQueryUsageEntry.NumBestBets property
NOTE: This API is now obsolete.
Number of best bets for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property NumBestBets As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Integer)
value = instance.NumBestBets
instance.NumBestBets = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Nullable<int> NumBestBets { get; set; }
Property value
Type: System.Nullable<Int32>
A Nullable<T> integer value representing “best bets” count.