Query.Hint Property
Gets or sets the suggested query processor behavior for the query.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.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.SharePoint.Search.Query.QueryHint
A value from the QueryHint enumeration.