QueryProperties.Hint property
Gets or sets the suggested query processor behavior for the query.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Hint As QueryHint
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As QueryHint
value = instance.Hint
instance.Hint = value
[DataMemberAttribute]
public QueryHint Hint { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.QueryHint
A value from the QueryHint enumeration.