Query.Hint property
Gets or sets the suggested query processor behavior for the query. No hint is provided by default.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Hint As QueryHint
Get
Set
'Usage
Dim instance As Query
Dim value As QueryHint
value = instance.Hint
instance.Hint = value
public QueryHint Hint { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.QueryHint
A value from the QueryHint() enumeration.