Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.