Share via


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.

See Also

Reference

KeywordQueryProperties Class

KeywordQueryProperties Members

Microsoft.Office.Server.Search.Query Namespace