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.
Gets the number of query suggestions returned for the query.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property NumberOfSuggestions As Integer
Get
'Usage
Dim instance As QuerySuggestionsDatasourceView
Dim value As Integer
value = instance.NumberOfSuggestions
public int NumberOfSuggestions { get; }
Property Value
Type: System.Int32
The number of suggestions.
See Also
Reference
QuerySuggestionsDatasourceView Class