SPQueryUsageEntry.NumBestBets Property
Number of best bets for the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
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
public Nullable<int> NumBestBets { get; set; }
Property Value
Type: System.Nullable<Int32>
A Nullable<T> integer value representing “best bets” count.