KeywordQueryProperties.EnableFQL property
Gets or sets a Boolean value that specifies whether the FAST Query Language (FQL) is enabled 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 EnableFQL As Boolean
Get
Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As Boolean
value = instance.EnableFQL
instance.EnableFQL = value
[DataMemberAttribute]
public bool EnableFQL { get; set; }
Property value
Type: System.Boolean
true if FQL is enabled; otherwise, false.